mirror of https://github.com/grpc/grpc-java.git
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. |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||