gridhead / gridhead/sanctuary-zero
inconsistency in chatroom ID generated at client side
Open
bug
help wanted
- Dominant language
- Python
- Stars
- 59
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Since the chatroom generated on new user login are generated at random. there may occur a clash, In such an event two users may land up in the same chatroom without explicitly joining. To create such a condition try replacing the function randgene in cnew.py to give a constant chatroom ID. Possible solution can be generating the chatroom ID from server side. Please correct, if I am wrong.
Contributor guide
Assessment
This issue has not been assessed yet.