Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ffay committed Nov 1, 2017
2 parents d247ab0 + ca4d4c4 commit b398ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void operationComplete(ChannelFuture future) throws Exception {
logger.debug("connect realserver success, {}", realServerChannel);

ClientChannelMannager.setRealServerChannelReadability(realServerChannel, false, true);

// 获取连接
ClientChannelMannager.borrowProxyChanel(proxyBootstrap, new ProxyChannelBorrowListener() {

Expand All @@ -124,7 +125,6 @@ public void success(Channel channel) {
ClientChannelMannager.setRealServerChannelReadability(realServerChannel, true, true);
ClientChannelMannager.addRealServerChannel(userId, realServerChannel);
ClientChannelMannager.setRealServerChannelUserId(realServerChannel, userId);

}

@Override
Expand Down

0 comments on commit b398ec1

Please sign in to comment.