Eliot Carney-Seim
Results
1
issues of
Eliot Carney-Seim
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;...