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.