mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
When subscribing and then unsubscribing from many different types of events, it can be observed that the `Emitter._callbacks` object starts to grow. This happens because, when unsubscribing, the event specific event array is not removed when the last subscriber unsubscribes.