From 15907a288894bdf758978f46088dce57b3fe0174 Mon Sep 17 00:00:00 2001
From: 18516761980 <56479841@qq.com>
Date: 星期二, 02 八月 2022 14:17:44 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/core/netty/handle/ProtectorHandler.java | 4 ++--
1 files changed, 2 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..add63dd 100644
--- a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
+++ b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
@@ -62,8 +62,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