[grpc-io] Re: C++ client streaming RPC: How to detect sever-side stream termination on the client?

2018-11-21 Thread pleuba
Hi, I face the same issue, and read the whole discussion on github. What is the status ? Does the behaviour changes regarding which grpc version we are using ? Thanks Philippe Leuba -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To

[grpc-io] Re: C++ client streaming RPC: How to detect sever-side stream termination on the client?

2018-04-09 Thread 'Vijay Pai' via grpc.io
Hello there, Thanks for posting this. We _should_ make sure that the behavior here is such that Write returns ok=false if the server side has sent status (even if the client-side hasn't yet received that status). Although we've currently said that an ok=true on Write just means that the Write