socketio / socket.io-adapter

The Socket.IO in-memory adapter
https://socket.io/
197 stars 101 forks source link

refactor: Validate socket id before loop in addAll #64

Closed dantehemerson closed 3 years ago

dantehemerson commented 3 years ago

Just a small refactor in addAll function, validate if socketId exists before the loop.

darrachequesne commented 3 years ago

@dantehemerson good catch, thanks!