From b5d5d4b6730425f78e9facbdab7c5050440cc22b Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期一, 11 九月 2023 08:45:56 +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