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
When a physical connection is shared by multiple tabs, because the server can't know there are multiple sockets, they all receives same event. For the true sharing not just synchronizing, it's needed for the server to choose a target socket.
This makes the server implementation more complex and requires another reserved event in the server, but I expect it will be helpful to advanced users.
When a physical connection is shared by multiple tabs, because the server can't know there are multiple sockets, they all receives same event. For the true sharing not just synchronizing, it's needed for the server to choose a target socket.
This makes the server implementation more complex and requires another reserved event in the server, but I expect it will be helpful to advanced users.
https://groups.google.com/d/msg/socket_io/7lwKJqyNrvk/indTVDqmqyIJ
The text was updated successfully, but these errors were encountered: