Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calling fetchSockets() and then broadcasting to a remote socket with an acknowledgement would fail in version < 4.7.3. ```js const sockets = await io.fetchSockets(); const result = await sockets[0].emitWithAck("ping"); // result was always null regardless of the response of the client ``` Related: socketio/socket.io@df8e70f
- Loading branch information