mirror of https://gitee.com/stylefeng/roses
关闭WebSocket异常打印
parent
c4e4ee266f
commit
72532e7ee8
|
@ -178,6 +178,5 @@ public class WebSocketServer {
|
||||||
// 触发回调
|
// 触发回调
|
||||||
socketMsgCallbackInterface.callback(SystemMessageTypeEnum.SYS_LISTENER_ONERROR.getCode(), error, socketSession);
|
socketMsgCallbackInterface.callback(SystemMessageTypeEnum.SYS_LISTENER_ONERROR.getCode(), error, socketSession);
|
||||||
}
|
}
|
||||||
log.error("session 发生错误:" + session.getId());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue