You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app where I need to send a list of all connected clients and rooms to all connected clients.
Sometimes I'm able to get all clients across multiple instances with io.fetchSockets() and other times it will only grab clients from the same instance.
I'm not exactly sure what to try at this point, but I'm almost certain this has to be the issue.
I have an app where I need to send a list of all connected clients and rooms to all connected clients.
Sometimes I'm able to get all clients across multiple instances with
io.fetchSockets()
and other times it will only grab clients from the same instance.I'm not exactly sure what to try at this point, but I'm almost certain this has to be the issue.
Here is related dependencies:
The text was updated successfully, but these errors were encountered: