Skip to content

0.2.0

Choose a tag to compare

@darrachequesne darrachequesne released this 28 Apr 14:24
· 15 commits to main since this release
43f9ee8

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