Replies: 2 comments
-
Which server implementation are you using? Could you please check if it's implementing the latest Socket.IO protocol? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello.client socket.io (2.4.0 JavaScript), I want to connect to the Socket.IO JAVA server (2.x.x).When I set transports: ['websocket', 'polling']. The request doesn't go at all.When I request through Postman the connection is established.My code
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use socket.io-client for Javascript(4.5.0) server on JAVA and when I enter address 'ws://10.201.223.67:9902/' the request is not by 'ws' but by 'http'.

It returns

Although I understand it should just come back 0
It keeps trying to connect.Beta Was this translation helpful? Give feedback.
All reactions