Cancelled can happen in a number of cases described here: https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
Usually we only use cancel when an endpoint actually did cancel the request. Can you provide more detail about what you are doing? On Wednesday, December 28, 2016 at 5:40:29 PM UTC-8, Jaeyong Cho wrote: > > Hi! > > I've got the CANCELLED(description: HTTP/2 error code: CANCEL) when the > client is receiving messages from server. And this is intermittent error. > It never occurred when just one-to-one server-to-client-streaming. This > happens only when multiple servers and clients are > server-to-client-streaming at the same time. > > To fix the problem, I have the following questions: > - Could tell us which part you suspect? > - Could you explain the description of error(HTTP/2 error code: CANCEL)? > > Client: grpc-java > Server: grpc msvc c++ > grpcVersion: 1.0.0 > protobufVersion: 3.0.2 > > Please advise. Thanks. > > Joe > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f4eec128-afc4-4b69-a66e-8a44a766e9f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
