From d2314059892561c4d9f89264db43cf92d741eb42 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期四, 26 六月 2025 15:05:08 +0800 Subject: [PATCH] 完善待测 --- src/main/java/com/zy/core/netty/handle/ProtectorHandler.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java index ec0b43c..e48310c 100644 --- a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java +++ b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java @@ -3,6 +3,7 @@ import com.core.common.Cools; import com.zy.core.netty.AbstractInboundHandler; import com.zy.core.netty.cache.ChannelCache; +import com.zy.core.netty.constant.Constant; import com.zy.core.netty.domain.ChPackage; import io.netty.channel.ChannelHandler; import io.netty.channel.ChannelHandlerContext; @@ -39,6 +40,7 @@ ctx.close(); if (!Cools.isEmpty(uuid)){ log.info("uuid={} 绌洪棽鍓旈櫎", uuid); + Constant.errorMap.put(Integer.parseInt(uuid), "鏂紑寮傚父"); } } } @@ -62,8 +64,8 @@ @Override public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) { cause.printStackTrace(); - ChannelCache.removeChannel(ctx.channel()); - ctx.close(); +// ChannelCache.removeChannel(ctx.channel()); +// ctx.close(); } } -- Gitblit v1.9.1