From 61b35e3e6203cc43c444b85dae17daa5ce7b39b0 Mon Sep 17 00:00:00 2001
From: 18516761980 <56479841@qq.com>
Date: 星期三, 10 八月 2022 09:44:17 +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