Comment out unreachable test code.

This commit is contained in:
Chris R 2016-03-08 12:13:12 -08:00
parent dd7c6750ac
commit 3f70b6a7cf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}