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

Connect a user to a random one from the total users rather than connecting sequentially. #101

Open
lunaticmonk opened this issue Feb 19, 2018 · 2 comments
Assignees

Comments

@lunaticmonk
Copy link
Member

Currently, we are connecting one user to next user in queue which should not be the case. Things to be done in this issue:

  1. Connect the new user to the random ones.
  2. Remove the ones who are paired up from the list of online users.

Please ask below if you have any doubts regarding this issue.

@AdityaHirapara
Copy link
Member

AdityaHirapara commented Feb 19, 2018

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

@lunaticmonk
Copy link
Member Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants