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

The NetworkSystem causes a conflict after starting a game for the second time in a session #19

Open
luttje opened this issue Oct 3, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@luttje
Copy link
Collaborator

luttje commented Oct 3, 2024

  1. Start a game on any gamemode
  2. Get into the server
  3. Disconnect
  4. Start a new game
  5. Notice how the console complains about the server being out of date and needing an update.

I believe this is due to the NetworkSystem messing up the RCON protocol, since that is also on the game server port (but TCP like our NetworkSystem)

The good fix would be to somehow use the built-in datagram system, similar to how I think Garry's Mod implements the net library.

@luttje luttje added the bug Something isn't working label Oct 3, 2024
@luttje luttje added the help wanted Extra attention is needed label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant