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 javascript, I would connect to my server via a token like this:
var socket = io.connect('', { query: 'token=' + token });
How can this be done with phpsocket.io ?
The text was updated successfully, but these errors were encountered:
Sorry. Phpsocket.io is running on the server side.
Sorry, something went wrong.
No branches or pull requests
In javascript, I would connect to my server via a token like this:
How can this be done with phpsocket.io ?
The text was updated successfully, but these errors were encountered: