I have a server side streaming RPC, that might return an error directly, 
like UNIMPLEMENTED or RESOURCE_EXHAUSTED, or work as expected 
at which point the client will hang on the reader->Read(...) method.

In the case of UNIMPLEMENTED, I can see that the call to the server is made 
when client gets a reader:

auto reader = service->Notifications(client_context, ...);

so it *should* be possible to get hold of that return value without calling 
the reader->Read(...) method ? But I cannot see how?

Regards
/Robert

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
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/37644630-b1c0-43b7-8d19-d82642ce37ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to