We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dd24e commit d425420Copy full SHA for d425420
alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java
@@ -297,7 +297,7 @@ synchronized Channel get() {
297
/** Returns the cached channel to the channel pool. */
298
synchronized void close() {
299
if (channel != null) {
300
- channelPool.returnObject(channel);
+ channel = channelPool.returnObject(channel);
301
}
302
303
0 commit comments