[grpc-io] Re: (golang) Detecting a dead client

2016-12-13 Thread Paul Breslin
This seems to still be an issue. We have a server side stream read implementation that is forced to manually timeout because the Done channel doesn't notify when the client side goes away. On Tuesday, October 27, 2015 at 6:50:35 PM UTC-4, Aaron Beitch wrote: > > Hello, > > tl;dr: Does HTTP2

[grpc-io] Re: Stream write error doesn't get returned to Send call. Send eventually hangs.

2016-09-14 Thread Paul Breslin
at 12:51:11 PM UTC-7, Paul Breslin wrote: >> >> I have a case (client and server both in Go) where the client opens a >> write stream and starts to send write requests. The server receives the >> first request and returns an error immediately. On the client side th