7.2.0
Bug Fixes
Features
- broadcast and expect multiple acks (e4c40cc)
This feature was added in [email protected]
:
io.timeout(1000).emit("some-event", (err, responses) => {
// ...
});
Thanks to this change, it will now work with multiple Socket.IO servers.
Diff: 7.1.0...7.2.0