Fabrizio Nunnari
Results
1
issues of
Fabrizio Nunnari
The sequence... * Opening a socket: Invoke() on a method calling `await _webSock.Connect();` * Sending messages: Calling `_webSock.SendText(msg);` * Closing the socket: Invoke() on a method calling `await _webSock.Close();` Everything...