Replies: 2 comments 2 replies
-
|
@NeatGuyCoding can you please review this one? |
Beta Was this translation helpful? Give feedback.
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 ? |
Beta Was this translation helpful? Give feedback.
2 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 byteBeta Was this translation helpful? Give feedback.
All reactions