【fix】

This commit is contained in:
bug-fix
2024-10-31 19:10:44 +08:00
parent 240de53888
commit 810579178f
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ public class NettyServerHandler extends SimpleChannelInboundHandler<NettyProxyMs
if (!ObjectUtils.isEmpty(visitorId)) {
// 客户端:{},断开访客的连接:{}
log.warn("Client: {}, disconnect guest:{}", clientId, visitorId);
log.warn("Client: {}, disconnect with visitorId:{}", clientId, visitorId);
// 访客通道 关闭访客通道
NettyCommunicationIdContext.clear(visitorId);
// 关闭通信通道