Hi,

I am writing a program with sync streaming client (ClientWriter) and async 
server.

During the debug, i found that when ClientWriter called WritesDone, 
cq->next call in server side has ok = false returned.

And after writesDone, client side call Finish, this time cq->next call in 
server side has ok = true.

In that case, is there any way to differentiate if the ok = false is caused 
by that client side has quit unexpectedly or  a WritesDone was called? 
Since in both cases ok = false.


Cheers


-- 
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/36f1f78e-9b2d-46a0-a01e-96e9b65d68d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to