Websocket response error
Using the following line found in the documentation:
"result = await ws.ReceiveAsync(new ArraySegment(buffer.Array), CancellationToken.None)"
Randomly the websocket doesn't give me the answer, my program is waiting for an answer that doesn't arrive.
Comments
After a while the websocket closes the connection.