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
I'm working on a server impl for latest socket.io-client and as far as I can see it's GET not POST.
The text was updated successfully, but these errors were encountered:
Yes, i've seen that too. Any core developper to confirm ?
Sorry, something went wrong.
GET or POST are both returning error for me. I'm using socket.io v1.0.2
GET
POST
v1.0.2
GET http://acme.local:3700/socket.io/1 or POST http://acme.local:3700/socket.io/1
{ "code": 0, "message": "Transport unknown" }
@Maxwell2022 since 1.0 version protocol has many changes including handshake format.
what changes any document??
No branches or pull requests
I'm working on a server impl for latest socket.io-client and as far as I can see it's GET not POST.
The text was updated successfully, but these errors were encountered: