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
In console you'll also see error "Socker error User is missing a private room" and there are requests to socketio?token=null... for updates.
It doesn't make any sense to call socketio when token is null as there is no user to return data for.
Action: prevent socketio from connecting when there is no authenticated user.
The text was updated successfully, but these errors were encountered:
patrixr
No branches or pull requests
In console you'll also see error "Socker error User is missing a private room" and there are requests to socketio?token=null... for updates.
It doesn't make any sense to call socketio when token is null as there is no user to return data for.
Action: prevent socketio from connecting when there is no authenticated user.
The text was updated successfully, but these errors were encountered: