Skip to content

Commit

Permalink
alts: fix lazychannel close
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtaoli2016 committed Dec 2, 2019
1 parent 06dd24e commit 1633e7e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -298,6 +298,7 @@ synchronized Channel get() {
synchronized void close() {
if (channel != null) {
channelPool.returnObject(channel);
channel = null;
}
}
}
Expand Down

0 comments on commit 1633e7e

Please sign in to comment.