Unsigned ByteBuf

asiLab2 years ago

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

Anton Tananaev2 years ago

What version are you using? It seems like you're using very outdated code. There's no such thing as signed ByteBuf anymore.