Skip to content

Commit

Permalink
inner test : remark max length
Browse files Browse the repository at this point in the history
  • Loading branch information
niels1286 committed Feb 26, 2019
1 parent cff9f79 commit 8cd24a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public boolean nodeConnectIn(String ip, int port, SocketChannel channel) {

//监听被动连接的断开
node.setDisconnectListener(() -> {
Log.info("------------in node disconnect:" + node.getId());
// Log.info("------------in node disconnect:" + node.getId());
nodesContainer.getConnectedNodes().remove(node.getId());
nodesContainer.markCanuseNodeByIp(ip, NodeStatusEnum.CONNECTABLE);
});
Expand Down

0 comments on commit 8cd24a4

Please sign in to comment.