transmit
transmit copied to clipboard
Get list of connected clients for channel
Package version
2.0.2
Describe the bug
Is it possible to get list of all connected clients for specific channel in PM2 env with multiple nodes and Redis transport?
Something like this only returns local clients on single node:
const subscribers = transmit.getManager().findByChannel('users')
Reproduction repo
No response