Releases: socketio/socket.io-cluster-adapter
Releases · socketio/socket.io-cluster-adapter
Release list
0.2.2
The socket.io-adapter package was added to the list of peerDependencies, in order to fix sync issues with the version imported by the socket.io package (see 15fd56e).
Support for connection state recovery (see here) will be added in the next release.
Links
- Diff: 0.2.1...0.2.2
0.2.1
0.2.0
Features
- broadcast and expect multiple acks (055b784)
This feature was added in socket.io@4.5.0:
io.timeout(1000).emit("some-event", (err, responses) => {
// ...
});Thanks to this change, it will now work within a Node.js cluster.
Links
- Diff: 0.1.0...0.2.0