Hello,
need a little help with decode in my custom ProtocolDecoder class (I'm extending BaseProtocolDecoder). In decode method it seems I always received signed ByteBuf, but i need to convert it to an unsigned buffer. Any help appreciated.
Regards,
Gianmaria
What version are you using? It seems like you're using very outdated code. There's no such thing as signed ByteBuf anymore.
Hello,
need a little help with decode in my custom ProtocolDecoder class (I'm extending BaseProtocolDecoder). In decode method it seems I always received signed ByteBuf, but i need to convert it to an unsigned buffer. Any help appreciated.
Regards,
Gianmaria