Skip to content

fixes a 2-5 second freeze interval on the main menu#918

Closed
mithrand0 wants to merge 1 commit into
reactivedrop_betafrom
bugfix/limit-lobby-list
Closed

fixes a 2-5 second freeze interval on the main menu#918
mithrand0 wants to merge 1 commit into
reactivedrop_betafrom
bugfix/limit-lobby-list

Conversation

@mithrand0
Copy link
Copy Markdown
Contributor

@mithrand0 mithrand0 commented Jul 19, 2025

this patch fixes a possible 2-5 seconds freeze on the main menu.

the freeze comes from scanning a lot of lobbies, not only as:rd lobbies, but all internet lobbies. This comes forth from SteamMatchmaking, which does not apply an AppID filter by default.

This patch ensures only lobbies with gametype "reactivedrop" are added to the list. This limits the amount of udp calls further down the sequence, since only as:rd lobbies are scanned for details, instead of all lobbies.

not exactly sure why the lobbies are all scanned with udp, but at least this patch ensures only as:rd lobbies are scanned.

this patch only add lobbies to the list, that are actually reactivedrop lobbies. This limits the amount of udp calls in the background, to rd lobbies only, reducing lobby scan calls.
@mithrand0
Copy link
Copy Markdown
Contributor Author

Ben says it's Valve's fault, so let's close it for now.

@mithrand0 mithrand0 closed this Jul 19, 2025
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.

1 participant