#
18516761980
2022-08-01 3c665a261dcfeeee6a2637d69762f64854349f2f
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();
    }
}