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

Connection sharing child-to-parent promotion sometimes does not occur #602

Closed
iominh opened this issue Sep 7, 2012 · 1 comment
Closed

Comments

@iominh
Copy link

iominh commented Sep 7, 2012

Sometimes when connection sharing is enabled a child connection will not get promoted to become a new parent even if it's the only connection open.

For example, here is a scenario using the chat example:

Open chat window #1 -- it connects as long-polling, which is great
Open chat window #2 -- it connects as a local connection, which is great
Open chat window #3 -- it connects as a local connection, which is great
Close chat window #1. Chat window #2 or #3 connects as long-polling. This is fantastic :)
Close the chat window with the new long polling connection. Now, the last remaining local window does not promote itself to be the parent, so it cannot receive or send messages until it connects...

jfarcand added a commit that referenced this issue Oct 11, 2012
jfarcand added a commit that referenced this issue Oct 11, 2012
@hkykid
Copy link

hkykid commented Feb 25, 2013

Does the fix for #602 which includes the statement check for IE 8 mean shared connections are not possible with IE 8? If so are there any workarounds for this? I am currently designing a site that is required to support IE 8.

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

3 participants