starshinata

Results 1 issues of starshinata

The overflow is caused by the recursive call of receive() in WebSocket.startReceiving(). ``` private void startReceiving() { if (_messageEventQueue.Count > 0) _messageEventQueue.Clear(); _pongReceived = new ManualResetEvent(false); _receivingExited = new ManualResetEvent(false);...