-
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
flashsocket fallback to xhr-multipart or xhr-polling broken? #99
Comments
Hey, I'm actually having a similar problem. The xhr-multipart doesn't seem to be working properly under Firefox 3.6.12. 27 Nov 14:34:50 - Initializing client with transport "xhr-multipart" The server prints connect, but the client never receives the connect event. The connection is then closed and re-opened. Thanks. |
Can't reproduce |
Otherwise consumers of socket.io-parser (and socket.io) need to have it listed in their devDependencies.
Hi again,
I seem to be having issues with the transports falling back after flashsocket fails.
13 Nov 18:35:14 - socket.io ready - accepting connections
13 Nov 18:35:26 - Initializing client with transport "flashsocket"
13 Nov 18:35:26 - Client 2864829630125314 connected
13 Nov 18:35:26 - Client 2864829630125314 disconnected
13 Nov 18:35:26 - Initializing client with transport "xhr-multipart"
13 Nov 18:35:26 - Client 9020702340640128 connected
13 Nov 18:36:20 - Client 9020702340640128 disconnected
xhr-multipart seems to "connect" fine, but never sends the "connect" back to the client..
Can anyone else confirm this? This is a hard one to reproduce as it relies on flashsocket failing when it normally works.
I am using the latest git install.
Thanks.
The text was updated successfully, but these errors were encountered: