Commit b41796f4 by 段启岩

修改动态消息提醒

parent ea7128b2
......@@ -93,7 +93,7 @@ public class SocketIOServiceImpl implements SocketIOService {
if (null != token) {
String userId = tokenManager.getUserId(token);
if (null != userId) {
CLIENT_MAP.remove(userId);
// CLIENT_MAP.remove(userId);
}
}
});
......
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