Skip to content

Releases: socketio/socket.io-cluster-adapter

0.2.2

24 Mar 16:42
cddb78e
Compare
Choose a tag to compare

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

0.2.1

13 Oct 07:25
fe840e2
Compare
Choose a tag to compare

Bug Fixes

  • properly handle ERR_IPC_CHANNEL_CLOSED errors (#6) (be0a0e3)

Links

0.2.0

28 Apr 14:24
43f9ee8
Compare
Choose a tag to compare

Features

  • broadcast and expect multiple acks (055b784)

This feature was added in [email protected]:

io.timeout(1000).emit("some-event", (err, responses) => {
  // ...
});

Thanks to this change, it will now work within a Node.js cluster.

Links

0.1.0

22 Jun 05:12
6397c1b
Compare
Choose a tag to compare

Initial release!