-
Notifications
You must be signed in to change notification settings - Fork 188
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
socket.io issue with Chrome 14 #94
Comments
I'm having the same issue as well. Seems like a full update of all socketio code still produces poor results with chrome. I've got it working with Safari. Anyone else have any insight? |
Please upgrade to 0.8. Should upgrade cleanly without issues. |
Hi, I don't know if it is related or a new bug... I also experienced errors with Chrome, making Juggernaut crash completely during connecting a WebSocket in Chrome. So - I am running Juggernaut on Heroku - I just had to change the line 18 in package.json to:
I did not run your tests, but the app performs well in every browser, so this really seemed to fix it. I'd recommend you to update the package.json in this repo accordingly. |
I am having this same problem. I believe this was fixed in this merge: am I safe to say that upgrading juggernaut should fix this now? |
I'd say yes - that's the change I proposed and I've been running juggernaut with socket.io 087 since then (end november or so) without problems on our production system. |
Hi,
I'm having some issue with Chrome 14.0.835.163, when a client tries to connect I get this error on the server:
on the client this error:
According to other posts switching to socket.io 0.8 or higher may solve this issue. Is it planned any time soon or is there a solution to temporary fixed it?
Thanks for your help and great work!
Bastien
The text was updated successfully, but these errors were encountered: