Upgrade to Socket.IO v3
See original GitHub issueCurrently the dependency of socket.io-client
is at version 2.2.0
.
Would be awesome if someone could upgrade to v3
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:5
Top Results From Across the Web
Migrating from 2.x to 3.0 - Socket.IO
A v3 client is still not be able to connect to a v2 server though. ... UPDATE: the Socket.use() method was restored in...
Read more >Migrating from 3.x to 4.0 - Socket.IO
The Socket.IO protocol itself was not updated, so a v3 client will be able to reach a v4 server and vice-versa. Besides, the...
Read more >Socket.IO 3 Release
We are happy to announce the release of Socket.IO v3! Migration guide. This release contains a few non backward compatible changes.
Read more >How it works | Socket.IO
Upgrade mechanism · ensure its outgoing buffer is empty · put the current transport in read-only mode · try to establish a connection...
Read more >Client Installation | Socket.IO
This is documentation for Socket.IO 3.x, which is no longer actively maintained. For up-to-date documentation, see the latest version (4.x).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Noaber I would advise you implement it yourself. (with the socket.io-client package) It is not that complicated. You can look at a working example here.
Yeah, you’re right. But honestly, the whole package is just 90 lines of code. You can just add that file into your own project with the latest version of socket.io-client.