FrameDecoder gets empty buffer
roboke
martin.kempe at robotron.de
Thu Oct 27 06:55:53 EDT 2011
Hi folks!
I am currently experiencing an implementation of mine, that is extending the
FrameDecoder, is triggered with an empty buffer. I really don't know how
this is possible, but I am quite sure I got it right. The "decode()" method
is called with an empty buffer. readableBytes() is 0 and the backing array
seems to be 256 times 0.
Does any one know how to handle this? It's my first netty-project, so I may
have some configuration issues, but I also double-checked the alignment of
the components on my pipeline.
Best regards,
Roboke
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/FrameDecoder-gets-empty-buffer-tp6935816p6935816.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list