-
Notifications
You must be signed in to change notification settings - Fork 175
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
opera or xhr-polling quirks #55
Comments
I have reproduced it. It connects to the server twice, and thus all actions get doubled. Lets see whats causing it.... |
Interesting to check, whether it's xhr-polling, or Opera, who's failing? |
Actually it seems like this is an issue with the internal dependency loaded callback being called twice. This issue should be fixed in master. |
Worth to mention: if the server downs and ups, |
Hmm I should get that in the documentation |
@ericz: Is this resolved or just closed? Coz I am facing this issue. |
Hi!
The following chunk of code:
illustrates the problem I previously described in #39
now.ready
indeed is called once, but without the fuser I get twoGOT CONTEXT
lines in the console, which means the callback for my customnow.getContext
is called twice. This quirk I noticed only when testing in Opera which fallbacks to xhr-polling socket.io method.Can anyone confirm this behavior?
TIA,
--Vladimir
The text was updated successfully, but these errors were encountered: