grpc-java/testing
Jakob Buchgraber 4aadf550ee netty: Fix receipt of ClosedChannelException instead of actual error. Fixes #1330.
Our API allows pings to be send even after the transport has been shutdown. We currently
don't handle the case, where the Netty channel has been closed but the NettyClientHandler
has not yet been removed from the pipeline, correctly. That is, we need to query the shutdown
status whenever we receive a ClosedChannelException.

Also, some cleanup.
2016-09-12 19:17:34 +02:00
..
src/main netty: Fix receipt of ClosedChannelException instead of actual error. Fixes #1330. 2016-09-12 19:17:34 +02:00
build.gradle Try out using Truth library 2016-04-05 11:33:20 -07:00