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

Server hangs when a player joins #11

Open
KekkyShmekky opened this issue Nov 17, 2024 · 1 comment
Open

Server hangs when a player joins #11

KekkyShmekky opened this issue Nov 17, 2024 · 1 comment

Comments

@KekkyShmekky
Copy link

Hey so I just got the latest version of this (Sept 13th, 2024), and I'm not sure if the problem is here or with the dependencies, but whenever I join in after the map reboots, the server starts to hang.

@edshot99
Copy link

edshot99 commented Dec 3, 2024

Same issue as #6 and #9

Basically any player in a good amount of groups can join and crash the server.
Why this happens is detailed in #6 where the more groups a player is in, the bigger the XML file becomes when fetching which slows down the server.

I've had the same problem earlier this year and the only two ways I saw to fix this is to either use the official Steam Web API (which requires a key) or to use some custom CGI (which isn't really a proper fix).

cfc_network_promises could(?) potentially fix the problem, but i've just opted to write my own relay program that is handled outside of Garry's Mod to avoid any performance issues in the future.

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

No branches or pull requests

2 participants