-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
share the same socket.io channel among browser tabs #587
Comments
I think its impossible to share javascript objects between multiple tabs, even if they are all from the same domain. |
This was referenced May 26, 2021
This was referenced Nov 21, 2022
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It could be a dumb question, but i would like to get some help.
Let's suppose a browser opened with 100 tabs. In the current socket.io implementation, i think each tab would make its own connection with the server, and therefore 100 different socket.io channels would be generated.
Question: Is there any way to share the same socket.io channel among browser tabs which use the same (domain) cookie?
thanks in advance
The text was updated successfully, but these errors were encountered: