Skip to content

fix(velocity): bake plugin-agones 0.7.2 so /agones counts the network - #195

Merged
hbrombeer merged 1 commit into
mainfrom
fix/agones-network-counts
Jul 24, 2026
Merged

fix(velocity): bake plugin-agones 0.7.2 so /agones counts the network#195
hbrombeer merged 1 commit into
mainfrom
fix/agones-network-counts

Conversation

@hbrombeer

Copy link
Copy Markdown
Member

/agones reports one player in a lobby holding two.

It read Velocity's playersConnected, which only ever counts the players on the
proxy running the command. With two proxies in front of one lobby each of them
reported half of it — and the number looked entirely plausible, which is why it
went unnoticed.

plugin-agones 0.7.2 (groundsgg/plugin-agones#64) asks the presence service
instead, and explicitly says the figure is proxy-local when it cannot.

The plugin is baked into this image rather than fetched at startup, so the
fix in plugin-agones does nothing until this image is rebuilt and the deploy pin
moves to the new sha-* tag.

/agones reported one player in a lobby holding two. It read Velocity's
playersConnected, which only ever counts the players on the proxy running the
command — so with two proxies in front of one lobby each reported half of it,
and the number looked entirely plausible.

plugin-agones 0.7.2 asks the presence service instead, and says the figure is
proxy-local when it cannot.

The plugin is baked into this image rather than fetched at startup, so a fix in
plugin-agones does nothing until the image is rebuilt and re-pinned.
@hbrombeer
hbrombeer merged commit 4107794 into main Jul 24, 2026
6 checks passed
@hbrombeer
hbrombeer deleted the fix/agones-network-counts branch July 24, 2026 17:14
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