关闭WebSocket异常打印

pull/22/head
rays 2021-08-28 11:56:55 +08:00
parent c4e4ee266f
commit 72532e7ee8
1 changed files with 0 additions and 1 deletions

View File

@ -178,6 +178,5 @@ public class WebSocketServer {
// 触发回调
socketMsgCallbackInterface.callback(SystemMessageTypeEnum.SYS_LISTENER_ONERROR.getCode(), error, socketSession);
}
log.error("session 发生错误:" + session.getId());
}
}