CreativeTechnology / socket.io-unity-client

A socket client tested to connect to socket.io-node servers.
34 stars 19 forks source link

cant connect from cloud9 #3

Open behgul opened 12 years ago

behgul commented 12 years ago

Hello there!

Nice library.

The connection works well from browser but, I got a problem trying to connect to my cloud9 server from unity.

It obviously connects to the server but the stream is empty...

NullReferenceException: Object reference not set to an instance of an object (at Assets/Standard Assets/Socker-IO/SocketIoClientConnection.cs:66)

The server says: warn - unknown transport: "undefined"

what am i doing wrong?

jankolkmeier commented 12 years ago

Do you have a recent version of socket-io on your cloud9 server? This library is most likely not compatible with the last major release of socket-io... sorry :/

tingham commented 12 years ago

Any idea when/if you might put some time to this for more recent versions of socket-io? I've been having no luck getting SuperWebSocket to work.

digitalwm commented 12 years ago

Can you specify to what version of socket.io is this compatible with. Thanks.

jankolkmeier commented 12 years ago

A 0.6.x version of socket.io was used when this was made. I am sorry that I have no time to maintain this better....