diff --git a/test/TestClient/Program.cs b/test/TestClient/Program.cs index 7be260b81c..da50641682 100644 --- a/test/TestClient/Program.cs +++ b/test/TestClient/Program.cs @@ -45,7 +45,7 @@ namespace TestClient } while (!result.EndOfMessage); Console.WriteLine(Encoding.UTF8.GetString(data, 0, result.Count)); } - await socket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closing", CancellationToken.None); + // await socket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closing", CancellationToken.None); } } }