ctx.close()会触发当前Handler和当前Handler之前的close事件,channel.close()所有Handler都会触发;https://netty.io/4.0/api/io/n...可以看下官方说明
ctx.close()会触发当前Handler和当前Handler之前的close事件,channel.close()所有Handler都会触发;https://netty.io/4.0/api/io/n...可以看下官方说明