Skip to content

Releases: socketio/socket.io-cluster-adapter

0.2.2

Choose a tag to compare

@darrachequesne darrachequesne released this 24 Mar 16:42
cddb78e

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

Choose a tag to compare

@darrachequesne darrachequesne released this 13 Oct 07:25
fe840e2

Bug Fixes

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

Links

0.2.0

Choose a tag to compare

@darrachequesne darrachequesne released this 28 Apr 14:24
43f9ee8

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

0.1.0

Choose a tag to compare

@darrachequesne darrachequesne released this 22 Jun 05:12
6397c1b

Initial release!