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

User can join multiple rooms #137

Open
zpChris opened this issue Apr 6, 2021 · 0 comments
Open

User can join multiple rooms #137

zpChris opened this issue Apr 6, 2021 · 0 comments
Labels
backend bug fix Something isn't working

Comments

@zpChris
Copy link
Contributor

zpChris commented Apr 6, 2021

To the best of my knowledge, nothing is preventing the same user from joining multiple rooms simultaneously other than the inherent setup we have where a new user is created on any given "join room". Since I think it would make sense to maintain the invariant that a user can only be in one room at any time, we may want to fix this bug by updating the joinRoom and other endpoints by confirming that the user is not already in another room.

@zpChris zpChris added backend bug fix Something isn't working labels Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug fix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant