socketio/socket.io-adapter

Add support for getting clients in a given room

FREEZX opened this issue · 0 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)