socket.io xlient version 2.5.0 #4487
Unanswered
Notadumdum
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi! It seems the server is in version 2.x:
Which should work with the version 2.5.x of the Socket.IO client. Reference: https://socket.io/docs/v4/client-installation/#version-compatibility Could you please check the reason for the disconnection? socket.on('disconnect', (reason) => {
console.log('disconnected from server', reason)
}) Reference: https://socket.io/docs/v4/troubleshooting-connection-issues/ |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
It sends back
disconnected from server
@darrachequesne
Beta Was this translation helpful? Give feedback.
All reactions