/// <summary> /// Close the websocket connection. /// </summary> public void Close() { ClientSocket.Abort(); LoopReads.Dispose(); }
/// <summary> /// Close the websocket connection. /// </summary> public void Close() { _cToken.Cancel(); LoopReads.Dispose(); ClientSocket.Abort(); }