[grpc-io] Re: Connection Health Check

2016-12-16 Thread Tim McManamey
I'm implementing this in Java. On Friday, December 16, 2016 at 11:55:49 AM UTC-6, Tim McManamey wrote: > > I'm using a bi-directional connection with StreamObserver. I want to be > able to check the status of the connection periodically and respond > appropriately. I know that netty will

[grpc-io] golang: stubs backed by an interface instead of a concrete object

2016-12-16 Thread Josh Humphries
I've seen the idea proposed more than once that the generated stubs be backed by an interface -- something along the lines of a channel . Most recently, it was during discussion of client interceptors