Hi, <div><br>I have a confusion regarding FrameDecoder. My netty client is receiving messages which are 1000 bytes long(My machine&#39;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 &quot;decode&quot; will be called per message, Am I correct or do I have to handle multiple &quot;decode&quot; call based on buf.readableBytes().</div><div><br></div>
<div>Thanks</div><div>Ankush</div>