Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: discard acknowledgements upon disconnection
Previously, getting disconnected while waiting for an acknowledgement would create a memory leak, as the acknowledgement was never received and the handler would stay in memory forever. See also: socketio/socket.io-client@34cbfbb Related: #446
- Loading branch information