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

Support playing multiple games at the same time with same userId #4

Open
greenjoe opened this issue Feb 23, 2017 · 0 comments
Open

Comments

@greenjoe
Copy link
Owner

While it is not possible to join queue multiple times with the same userId, it is possible to be playing multiple games.
It has to be done on different socket connections so that the messages are not mixed.

As soon as one game is started, another socket instance can join a queue to start a new game.

User should be able to specify how many games can be played at the same time.

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

1 participant