Hi, I have a C++ client/server and an RPC where a progress message is sent back to the client. However, if the client dies unexpectedly, the server side keeps on sending message without fail, i.e. writer->Write(msg) does not return false.
I'm using gRPC v1.0.1. I build the server with grpc::ServerBuilder, and there is no explicit option set for it. Anything here I can do ? 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 [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/2e6d28fe-c262-423d-80cb-41de2a1ff651%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
