socket.io-adapter icon indicating copy to clipboard operation
socket.io-adapter copied to clipboard

The Socket.IO in-memory adapter

Results 3 socket.io-adapter issues
Sort by recently updated
recently updated
newest added

Dear @darrachequesne, I think there's an issue somehow when you try to check the room size on `apply` method. `if (rooms.size) {...}` exception thrown is **Cannot read properties of undefined...

I think the reason for the bug described in #74 is that the EventEmitter calls all listeners **synchronously**. > [The EventEmitter calls all listeners synchronously in the order in which...

Hey there, the current implementation of `fetchSockets` in `ClusterAdapterWithHeartbeat` only resolves if a response was received from all cluster nodes. In some situations this isn't needed and an optimistic response...