We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When users disconnect/join the online users often gets glitched and does not display the correct users.
The text was updated successfully, but these errors were encountered:
I believe this is caused by the double socket connect. When a socket disconnects, it removes two entries
Sorry, something went wrong.
Resolved. Socket will only remove from the users array if it's exact name is in the array.
kyle8998
No branches or pull requests
When users disconnect/join the online users often gets glitched and does not display the correct users.
The text was updated successfully, but these errors were encountered: