grpc-java/netty/src
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
..
main netty: Handle shutdown and failures during negotiator 2017-08-18 14:38:48 -07:00
test/java/io/grpc/netty netty: Handle shutdown and failures during negotiator 2017-08-18 14:38:48 -07:00