-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
This library works great for socket.io v0.9 and node v0.8.x, but I've upgraded my node version and found that socket.io will stall after "handshake authorized".
In testing the demo code on Node v0.10.x, sending data over websockets appears to show that the data is being received by the server, but not as a message. Instead it appears in the debug as the following:
debug - flashsocket received data packet 3:::[Message goes here]
The client, on other hand, does not appear to receive anything from the server.
Any ideas why this might be the case or how one might go about solving this issue?
Metadata
Metadata
Assignees
Labels
No labels