Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the server to choose a target socket when sending event #88

Open
flowersinthesand opened this issue Nov 22, 2012 · 0 comments
Open
Milestone

Comments

@flowersinthesand
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant