打印心跳日志

This commit is contained in:
Guoqs
2024-11-28 09:07:14 +08:00
parent 0e890d9946
commit 8d0881bbe5
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter {
*/
private static final ConcurrentHashMap<ChannelId, ChannelHandlerContext> CHANNEL_MAP = new ConcurrentHashMap<>();
private final List<String> notPrintFrameTypeList = Lists.newArrayList("0x03");
private final List<String> notPrintFrameTypeList = Lists.newArrayList(); // "0x03"
/**
* 有客户端连接服务器会触发此函数