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