dimanux / socket.io-openfl-client

Socket.io OpenFL client extension
38 stars 9 forks source link

Some fixes for the socket.io client #1

Closed ergo closed 10 years ago

ergo commented 10 years ago

Hi, those fixes allow for query params for handshake authentication (socketio spec mentions that). It also makes the client work on mako target

dimanux commented 10 years ago

Hi, Thanks for your work! And sorry, but I haven't enough time to test it properly. We have plans for new multiplayer game in the future with openfl. But I don't know for a target date...

ergo commented 10 years ago

Hey man, no problem. Ive actually dropped socketio for now, because my gevent based socketio server while works - leaks memory like crazy ~10mb/h.

I'm using pure websocket class from this package and things work like a charm. Its thanks on my end for creating this - super helpful :-)