Hey!
While this is a private server related problem I though I would get a better response here.
I'm writing the Login Decoder for the 317 protocol and I've hit a nasty issue,
the ChannelBuffer contains
Code:
16 // login type
41 // block size
255 // magic
1 // version
61 //
but when I use
Code:
int loginType = readUnsignedByte()
It's returning 255: skipping 16 and 41. Anyone know what could be causing this? I've checked again and again and even when I set the readerIndex the issue still happens.
It's not the Client since I've tried other ones