-
Notifications
You must be signed in to change notification settings - Fork 51
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
Connect a user to a random one from the total users rather than connecting sequentially. #101
Labels
Comments
In 2nd point, if we remove paired users from list, then how can we get actual no of online users to display on home page? @sumedh123 |
@AdityaHirapara then we can have a kind of flag indicating the room has filled and if the third user comes in, he should not be added to that room. |
jainkeval
added a commit
to jainkeval/Omeclone
that referenced
this issue
Feb 25, 2018
jainkeval
added a commit
to jainkeval/Omeclone
that referenced
this issue
Mar 10, 2018
jainkeval
added a commit
to jainkeval/Omeclone
that referenced
this issue
Mar 10, 2018
jainkeval
added a commit
to jainkeval/Omeclone
that referenced
this issue
Mar 10, 2018
jainkeval
added a commit
to jainkeval/Omeclone
that referenced
this issue
Mar 13, 2018
lunaticmonk
pushed a commit
that referenced
this issue
Mar 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we are connecting one user to next user in queue which should not be the case. Things to be done in this issue:
Please ask below if you have any doubts regarding this issue.
The text was updated successfully, but these errors were encountered: