grpc-java/netty
Eric Anderson 6ca91c4356 netty: Handle shutdown and failures during negotiator
NettyClientTransport needs to call close() on the Channel directly
instead of sending a message, since the message would typically be
delayed until negotiation completes.

The closeFuture() closes too early to be helpful, which is very
unfortunate. Using it squelches the negotiator's error handling. We now
rely on the handlers to report shutdown without any back-up. The
handlers error handling has matured, so maybe this is okay.
2017-08-18 14:38:48 -07:00
..
src netty: Handle shutdown and failures during negotiator 2017-08-18 14:38:48 -07:00
BUILD.bazel all: Fix mismatch in naming Bazel Maven jars 2017-08-11 16:39:43 -07:00
build.gradle all: Use fixed version number for java 6/7 signatures 2017-06-30 15:25:34 -07:00