예제 #1
0
 public override void Flush(IFABChannelHandlerContext context)
 {
     context.Flush();
     if (this.context == null)
     {
         this.context = (FABHandlerContext)context;
     }
 }
예제 #2
0
 public override void ChannelReadComplete(IFABChannelHandlerContext context)
 {
     context.Flush();
 }
예제 #3
0
 public void Flush(IFABChannelHandlerContext context)
 {
     context.Flush();
 }