feng-zihao
override fun exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable) { tryCloseChannel(ctx.channel()) tryCloseChannel(backChn) super.exceptionCaught(ctx, cause) }