grpc-java/core
Kun Zhang b5b79642c5 Fix a NPE in ManagedChannelImpl.
The error occurs when name resolution completes after the channel is
shut down. What ManagedChannelImpl doing right now is violating the
TransportManager interface, because TransportManager.getTransport()
should never return null.
2015-10-28 11:32:15 -07:00
..
src Fix a NPE in ManagedChannelImpl. 2015-10-28 11:32:15 -07:00
build.gradle Skip io.grpc.internal in javadoc. 2015-08-20 08:48:44 -07:00