Commit dbfb73db authored by duanruiming's avatar duanruiming

[update] 优化关闭websocket日志

parent e855c72c
......@@ -86,9 +86,9 @@ public class WebSocketServer {
webSocketMap.remove(topic);
//从set中删除
subOnlineCount();
}
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