On Thu, Jun 22, 2017 at 10:44 PM, Robert Bielik <robert.bie...@gmail.com>
wrote:

> 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 ?
>

What you're saying smells to me like issue 11157
<https://github.com/grpc/grpc/issues/11157> (never mind the Python/C++
distinction; the problem is suspected to be in shared code) although we're
not aware of it having been introduced as early as 1.0.1.  Are you able to
upgrade to a more recent version of gRPC and confirm your observations?
-Nathaniel

-- 
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/CAEOYnAR4_7a%3D7r83k5_q6kYtre7o7NQnDHC1mwu5Eksc8fr%3D7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to