question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to Socket.IO v3

See original GitHub issue

Currently the dependency of socket.io-client is at version 2.2.0. Would be awesome if someone could upgrade to v3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:16
  • Comments:5

github_iconTop GitHub Comments

4reactions
flolucommented, Dec 4, 2020

@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.

2reactions
flolucommented, Dec 4, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found