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

Lobby: Enforce maximum number of players in a game #308

Closed
Tracked by #246
Indy2222 opened this issue Dec 29, 2022 · 0 comments · Fixed by #666
Closed
Tracked by #246

Lobby: Enforce maximum number of players in a game #308

Indy2222 opened this issue Dec 29, 2022 · 0 comments · Fixed by #666

Comments

@Indy2222
Copy link
Collaborator

Currently, it is expected that the clients are well behaved and that there are no race conditions. Fix this.

@Indy2222 Indy2222 added this to the PoC milestone Dec 29, 2022
@Indy2222 Indy2222 mentioned this issue Dec 29, 2022
83 tasks
Indy2222 added a commit that referenced this issue Aug 8, 2023
- Thanks to uniqueness & upper bound constraint on the ordinal, it
  serves as a fully consistent maximum number of players constraint.

- It delegates ordinal (player number) assignment to the client who
  already receives such info from DE Connector.

Fixes #308.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant