Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: send correct kind for CMsgClientHello #28

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

viggojonasson
Copy link
Contributor

@viggojonasson viggojonasson commented Nov 28, 2024

While experimenting with the library I noticed that the backpack example doesn't work, it got stuck at trying to connect to the gc. After alot of debugging and checking what messages were being exchanged, I noticed that the CMsgClientHello message that we send had the wrong message kind.

Instead of sending 4006 like expected it was sending 9805 which caused it to never receive the welcome message. It looks like this is caused by there existing two identical CMsgClientHello messages, one for 9805 and one for 4006?

@icewind1991
Copy link
Owner

Thanks

@icewind1991 icewind1991 merged commit 7c83518 into icewind1991:main Nov 28, 2024
6 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants