Alexander Christian a écrit :
Hi guys,


<snip/>
I've no idea what causes this bufferunderflow. And i've no idea how to track down the root of this issue (the stack does only show mina classes ..).
"Unchecked exception thrown when a relative get operation reaches the source buffer's limit. "

Basically, you try to do a get()on the IoBuffer but there is nothing left into it.

Remember that you may perfectly receive your message in small pieces, and you will have to reassemble them before being able to decode it.



Reply via email to