- Notifications
You must be signed in to change notification settings - Fork10.1k
Roadmap v5#4529
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Here is the list of changes for the next major version of Socket.IO. This list is obviously up for discussions, so please do not hesitate to comment here.
Rationale: keeping a reference to the Related:#3792
Related:#4002 (reply in thread)
Note: we might need to drop support for some older versions of Node.js. Update: using private class fields does not significantly reduce the bundle size after minification + gzip (and is a breaking change since it is only supported starting with Node.js 14.6.0) so this change makes little sense for now.
Related:#2047 Update: fixed in15af22f
Rationale: currently we have "at-most-once" semantics, possibly "at-least-once" with acknowledgements and manual retry, but we could provide additional guarantees. Might be linked to#4510 Update: implemented insocketio/socket.io-client@655dce9
Related:#4524 [...] |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 3 replies
-
Hi what about[RFC] Lite javascript client #4393 |
BetaWas this translation helpful?Give feedback.
All reactions
-
That's a great idea! It should be independent from v5 though. |
BetaWas this translation helpful?Give feedback.
All reactions
-
That's really greate functionality |
BetaWas this translation helpful?Give feedback.
All reactions
-
May I suggest to improve the usability of the RemoteSocket interface?
I've opened also a discussion about this some time ago:#4807 |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Thanks for the heads-up, I will add this to the documentation. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you! |
BetaWas this translation helpful?Give feedback.