コード例 #1
0
ファイル: ChannelInitializer.cs プロジェクト: wxlonstar/Fenix
 public override void ExceptionCaught(IChannelHandlerContext ctx, Exception cause)
 {
     if (Logger.WarnEnabled)
     {
         Logger.FailedToInitializeAChannel(ctx, cause);
     }
     _ = ctx.CloseAsync();
 }