Commit dbfb73db authored by duanruiming's avatar duanruiming

[update] 优化关闭websocket日志

parent e855c72c
...@@ -86,8 +86,8 @@ public class WebSocketServer { ...@@ -86,8 +86,8 @@ public class WebSocketServer {
webSocketMap.remove(topic); webSocketMap.remove(topic);
//从set中删除 //从set中删除
subOnlineCount(); subOnlineCount();
log.info("{}主题连接关闭, 当前剩余连接数量:{}", topic, getOnlineCount());
} }
log.info("{}主题连接关闭, 当前剩余连接数量:{}", topic, getOnlineCount());
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment