From 3c665a261dcfeeee6a2637d69762f64854349f2f Mon Sep 17 00:00:00 2001 From: 18516761980 <56479841@qq.com> Date: 星期一, 01 八月 2022 16:36:40 +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