I'm using Engine.IO on my server. All JavaScript Engine.IO clients communicates without problems with my server, but when I tried to use your swift SocketEngine as a client (without the Socket.IO wrapper), it doesn't connects to my server. Here is a logs after I call the SocketEngine.open:
and my Engine.IO server doesn't logs any new connection.
When I switched my server to use Socket.IO and also client library to the SocketIOClient, it works fine, so it seems that the SocketEngine class dependes on some functioanlity from Socket.IO that is not contained in the Engine.IO.
I'm using Engine.IO on my server. All JavaScript Engine.IO clients communicates without problems with my server, but when I tried to use your swift SocketEngine as a client (without the Socket.IO wrapper), it doesn't connects to my server. Here is a logs after I call the
SocketEngine.open
:and my Engine.IO server doesn't logs any new connection.
When I switched my server to use Socket.IO and also client library to the SocketIOClient, it works fine, so it seems that the SocketEngine class dependes on some functioanlity from Socket.IO that is not contained in the Engine.IO.