Exemplo n.º 1
0
 //public override void ChannelReadComplete(IChannelHandlerContext context) => context.Flush();
 public override void ExceptionCaught(IChannelHandlerContext context, Exception e)
 {
     _channelManager.ExceptionCaught(context, e);
     context.CloseAsync();
 }