Skip to content

Commit ff0292e

Browse files
author
Wenhua Zhang
committed
fix: rollback ChannelManager
1 parent ce03410 commit ff0292e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/main/java/org/tron/common/overlay/server/ChannelManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ public Cache<InetAddress, ReasonCode> getBadPeers() {
185185
}
186186

187187
public void close() {
188-
syncPool.close();
189188
peerServer.close();
190189
peerClient.close();
190+
syncPool.close();
191191
}
192192
}

0 commit comments

Comments
 (0)