websocket - socket.io flashsocket not working -


the websocket or xhr transport works fine.

but not flashsocket.

the console shows this:

   debug - setting request /socket.io/1/flashsocket/kavsuw7lsfrhmqbm1c8d    debug - set heartbeat interval client kavsuw7lsfrhmqbm1c8d    debug - client authorized    debug - client authorized    info  - handshake authorized upai64qwbotlgl2x1c8e 

then nothing more... set program emit msg every second, nothing sent.

then use chrome access http://domain.com:10843/, shows this:

<cross-domain-policy> <allow-access-from domain="*" to-ports="*"/> </cross-domain-policy> 

i think not blocked... what's wrong here?

ps. server windows server 2008

try testing on ie8 or 9. has been noted flashsocket not work on chrome if transport listed. use ["websocket","flashsocket"] best results, , if websocket when weren't expecting one, consider happy surprise :-).


Comments