Awaiting ClientWebSocket.ReceiveAsync only receives one packet of information, and then all other awaits never return
I’m using the System.Net.WebSockets.ClientWebSocket
class in C# on .NET 6.0.
I’m using the System.Net.WebSockets.ClientWebSocket
class in C# on .NET 6.0.