update 取消心跳日志

This commit is contained in:
Lemon
2025-07-23 09:40:53 +08:00
parent 7324d6b702
commit 5bce80ad4c

View File

@@ -42,7 +42,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter {
*/
private static final ConcurrentHashMap<ChannelId, ChannelHandlerContext> CHANNEL_MAP = new ConcurrentHashMap<>();
protected static final List<String> notPrintFrameTypeList = Lists.newArrayList(); // "0x03"
protected static final List<String> notPrintFrameTypeList = Lists.newArrayList("0x03"); // "0x03"
// private final YKCBusinessService ykcService = new YKCBusinessServiceImpl();