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(); } }