Hi, <div><br>I have a confusion regarding FrameDecoder. My netty client is receiving messages which are 1000 bytes long(My machine's MTU is 1500). For a single message how many times decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buf) method will be called. </div>
<div>Since message length is less than MTU, my thought is "decode" will be called per message, Am I correct or do I have to handle multiple "decode" call based on buf.readableBytes().</div><div><br></div>
<div>Thanks</div><div>Ankush</div>