public override void Flush(IFABChannelHandlerContext context) { context.Flush(); if (this.context == null) { this.context = (FABHandlerContext)context; } }
public override void ChannelReadComplete(IFABChannelHandlerContext context) { context.Flush(); }
public void Flush(IFABChannelHandlerContext context) { context.Flush(); }