mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-27 18:47:58 +08:00
update 打印日志
This commit is contained in:
@@ -122,7 +122,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter {
|
|||||||
ykcService.exit(channelId);
|
ykcService.exit(channelId);
|
||||||
//删除连接
|
//删除连接
|
||||||
CHANNEL_MAP.remove(channelId);
|
CHANNEL_MAP.remove(channelId);
|
||||||
log.info("客户端【{}】, 退出netty服务器[IP:{}--->PORT:{}], 连接通道数量: {}", channelId, clientIp, insocket.getPort(), CHANNEL_MAP.size());
|
log.info("客户端【{}】, 退出netty服务器【IP:{}, PORT:{}】, 连接通道数量: {}", channelId, clientIp, insocket.getPort(), CHANNEL_MAP.size());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user