#
18516761980
2022-08-02 cb0ff9f2bb40237c714ad6af6175f71809f1b2d4
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();
    }
}