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

flashsocket fallback to xhr-multipart or xhr-polling broken? #99

Closed
BubbaGump opened this issue Nov 13, 2010 · 2 comments
Closed

flashsocket fallback to xhr-multipart or xhr-polling broken? #99

BubbaGump opened this issue Nov 13, 2010 · 2 comments

Comments

@BubbaGump
Copy link

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.

@cjoudrey
Copy link

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"
27 Nov 14:34:50 - Client 02334164548665285 connected
27 Nov 14:34:50 - connect
27 Nov 14:34:55 - disconnect
27 Nov 14:34:55 - Client 02334164548665285 disconnected
27 Nov 14:35:00 - Initializing client with transport "xhr-multipart"
27 Nov 14:35:00 - Client 8614127929322422 connected
27 Nov 14:35:00 - connect
...

The server prints connect, but the client never receives the connect event.

The connection is then closed and re-opened.

Thanks.

@rauchg
Copy link
Contributor

rauchg commented Jan 10, 2011

Can't reproduce

This issue was closed.
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