Commit 494ee8c5 by 段启岩

加入socket.io跨域

parent 1fa38e2f
......@@ -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