Folks, The Javadoc of ProtocolDecoderOutput.flush() states that previously written messages are flushed to the next filter (awesome).
/** * Flushes all messages you wrote via [EMAIL PROTECTED] #write(Object)} to * the next filter. */ void flush(); However, when using a DecodingStateMachine inside DecodingStateProtocolDecoder, calling ProtocolDecoderOutput.flush() does nothing. Is there any objection to enhancing DecodingStateMachine to support the flush() semantics? If not, then I will file a bug, and time permitting, a patch as well. Kind Regards, John Fallows. -- >|< Kaazing Corporation >|< John Fallows | CTO | +1.650.943.2436 800 W. El Camino Real, Ste 180 | Mountain View, CA 94040, USA
