Merge remote-tracking branch 'origin/develop-7.1.2' into dev-7.1.3

pull/22/head
fengshuonan 2021-08-28 20:41:54 +08:00
commit 859983217f
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); socketMsgCallbackInterface.callback(SystemMessageTypeEnum.SYS_LISTENER_ONERROR.getCode(), error, socketSession);
} }
log.error("session 发生错误:" + session.getId());
} }
} }