Hi, all I'm using grpc + protobuf with server side written in c++ and client side written in golang.
One grpc method i used server-side stream message, when client connect to the server side, client always got : code = Unknown desc = Unexpected error in RPC handling The grpc connection inited successfully and other methods worked fine. Anybody knows why this error means? The method is the following: client will wait server-side write message to it rpc RegisterNotification(google.protobuf.Empty) returns (stream Notification ); -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/5cbec895-0904-431b-ad0c-c60b33bf8b92%40googlegroups.com.
