Socket.io connection

I don’t think anyone will be able to help me, I don’t have enough information as to why it isn’t working, but maybe I’ll get lucky and it’s not something on my end(I doubt it)

I can’t seem to establish a connection with the socket.io api. The handshake returns a connection close rather than keep-alive.

HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 01:41:35 GMT
Connection: close
Transfer-Encoding: chunked
15
Welcome to socket.io.
0

I assume it’s ill-support from the library I am using, but if anyone has any input then I would appreciate it.

We did update to socket.io 1.2 with this version, can you double check that whatever library you’re using supports the socket.io 1.0 protocol?

It does seem to support the 1.0 protocol but I might have to double check with the dev, he might have fudged it a bit. Thanks.

Yeah that’s exactly what it was, it says it’s the same protocol but it actually only supports 0.9.

Oh man, that’s a huge setback, I was hoping to make games payable before I go back to uni, but I guess not.

Maybe in July…