Hello, Suppose that in a decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) call the IoBuffer is read and some objects are written to the ProtocolDecoderOutput. Suppose that the IoBuffer contains some more data, but not enough for creating another object (to write to the ProtocolDecoderOutput), so I return MessageDecoderResult.NEED_DATA.
What will the IoBuffer contain when more data is available ? The old not enough remaining data + the new available data ? Thanks, Bogdan
