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

[BUG] Networking errors after reading chat packet #400

Open
Jameskmonger opened this issue Jul 5, 2023 · 0 comments
Open

[BUG] Networking errors after reading chat packet #400

Jameskmonger opened this issue Jul 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Jameskmonger
Copy link
Collaborator

Describe the bug
I don't think our server reads the chat packet correctly. If you set chat to "Off" and then send a message, the chat status is set to "Hide" and packet 32 is sent immediately after the chat packet. This seems to break incoming packets.

I have used an old version of the client to rule out my recent packet changes from being the cause

To Reproduce
Steps to reproduce the behaviour:

  1. Log into game
  2. Send a message
  3. Everything will continue working OK
  4. Set chat status to "Off"
  5. Send another message
  6. All packets afterwards will be read incorrectly by the server

Expected behavior
Both packets (75 and 32) should be read correctly

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant