Skip to content

Complete incompatibility with new Socket.IO #35

Description

@CSEliot

Unless i'm interpreting the example wrong, I have:

"void Start () {
MyClient = new Client("http://95.232.201.42:35352"); //Custom Port
MyClient.Message += SocketMessage;
MyClient.Opened += SocketOpened;
MyClient.SocketConnectionClosed += SocketConnectionClosed;
MyClient.Error += SocketError;

    MyClient.Connect();
}

"

The socket server doesn't detect the connection, and I know it works because I've had it work with other utilities.
Either i'm not giving the correct URi/URL or this is too outdated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions