socketio / socket.io-adapter

The Socket.IO in-memory adapter

Home Page:https://socket.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for getting clients in a given room

FREEZX opened this issue · comments

I added a function in the base adapter for getting ids of connected clients in a room. The function is async to allow simple replacement with the redis adapter (see pull request in socket.io-redis):
(socketio/socket.io-redis-adapter#15)