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
we have 2 servers for high availability and load balancing. I'm using workerman as websocket server.
Device 1 connects to server 1, device 2 connects to server 2. Device 1 sends message to server 1. What is the best way to send it to server 2 and then to device 2?