javascript - socke.io could not connect to flashsocket? -
i upgraded socket.io 1.3.3, , force socket.io connect flash socket.
socketobj = io('http://localhost:9090', {'transports' : ['flashsocket'],'reconnection delay': 20});
i'm getting following messages on console.
socket.io.js:199 connect attempt timeout after 20000 socket.io.js:324 attempting reconnect socket.io.js:199 connect attempt timeout after 20000 socket.io.js:324 attempting reconnect socket.io.js:199 connect attempt timeout after 20000 socket.io.js:324 attempting reconnect socket.io.js:199 connect attempt timeout after 20000 socket.io.js:324 attempting reconnect socket.io.js:199 connect attempt timeout after 20000 socket.io.js:324 attempting reconnect
i'm using chrome version 43.0.2357.125
. please tell me either it's browser creating issue or it's socket.io bug? or it's me mis-configuring something.
try connect without reconnection delay or transport.just host
Comments
Post a Comment