simb / FlashSocket.IO

Library to help Flash, Flex and ActionScript clients connect to Socket.IO servers.
211 stars 74 forks source link

Node v0.10.x / Socket.io 0.9 do not work #26

Open DanieleTassone opened 10 years ago

DanieleTassone commented 10 years ago

Hi,

i'm trying to setup FlashSocket.IO but i never receive "connect" event.

This is the Debug: info: handshake authorized RABQ67ORVyDDcCLbUP7x debug: setting request GET /socket.io/1/flashsocket/RABQ67ORVyDDcCLbUP7x debug: set heartbeat interval for client RABQ67ORVyDDcCLbUP7x debug: client authorized for myAppSay: "connection received" // console.log("connection received");

debug: emitting heartbeat for client RABQ67ORVyDDcCLbUP7x debug: set heartbeat timeout for client RABQ67ORVyDDcCLbUP7x debug: fired heartbeat timeout for client RABQ67ORVyDDcCLbUP7x info: transport end (heartbeat timeout) debug: set close timeout for client RABQ67ORVyDDcCLbUP7x debug: cleared close timeout for client RABQ67ORVyDDcCLbUP7x debug: discarding transport

Shrill commented 10 years ago

Also having this issue, anyone aware of a fix or another AS3 socket.io library that works with the latest version of node and socket.io?