Le 18/05/2014 15:04, antares a écrit :
> Hi,
> i created a game with mina 2.0.7
>
> after days of playing without restarting the server all is going fine but i
> am seeing some error like this:

This error us due to the fact that you are trying to transform a
ByteBuffer into a String without being sure that the ByteBuffer contains
enough bytes for the translation to be done correctly.

Check that the received byte contains only valid chars.

Reply via email to