``` override fun exceptionCaught(ctx: ChannelHa...
# announcements
f
Copy code
override fun exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable) {
        tryCloseChannel(ctx.channel())
        tryCloseChannel(backChn)
        super.exceptionCaught(ctx, cause)
    }