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 fails since 0.8.0 #490

Closed
denisu opened this issue Aug 29, 2011 · 4 comments
Closed

Flashsocket fallback fails since 0.8.0 #490

denisu opened this issue Aug 29, 2011 · 4 comments

Comments

@denisu
Copy link

denisu commented Aug 29, 2011

Hi,

i can not get the flashsocket fallback to work since updating to 0.8.0. all non-websocket browsers (ie. IE, FF 3.6) fall back to xhr/jsonp. Same with 0.8.1.

   debug - served static /socket.io.js
   debug - client authorized
   info  - handshake authorized 1956735372310276104
   debug - served static /static/flashsocket/WebSocketMain.swf

   ... 10 seconds ...

   debug - setting request GET /socket.io/1/xhr-polling/1956735372310276104?t=1314637182459
   debug - setting poll timeout
   debug - client authorized for 
   debug - clearing poll timeout
   debug - xhr-polling writing 1::
   debug - set close timeout for client 1956735372310276104
   debug - setting request GET /socket.io/1/xhr-polling/1956735372310276104?t=1314637182533
   debug - setting poll timeout
   debug - discarding transport
   debug - cleared close timeout for client 1956735372310276104

Ports are open, it works on the same machine with 0.7.11. Is anyone else having that problem?

@einaros
Copy link
Contributor

einaros commented Aug 29, 2011

I've fixed this in my fork. The issue was brought up earlier today.

@denisu
Copy link
Author

denisu commented Aug 29, 2011

ah perfect, thank you!

@denisu
Copy link
Author

denisu commented Aug 29, 2011

well, that was fast, fixed in 0.8.2 :).

but one other issue, io.transports[client.id].name now returns websocket for flashsocket connections.

@3rd-Eden
Copy link
Contributor

That is a other issue, if you could open a new ticket for that it would be great!

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