Replies: 2 comments 11 replies
|
@NeatGuyCoding can you please review this one? |
0 replies
|
@tenmo2003 is not this also done in the parent project? what exactly the problem you are facing due to this? can you add more details with minimum reproducible example ? |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hi, this repository seems to be a descendant of https://github.com/mrniko/netty-socketio. I want to ask about a specific commit 5e56faa. This commit removed the Engine IO's packet type byte strip in
PacketDecoder, causing the payload received in user-end has an additional byte (e.g. '4') in front. Is there any reason behind this because it can easily be fixed with EIO version check stripping? I don't really want to have to manually check and strip this byteAll reactions