-
Notifications
You must be signed in to change notification settings - Fork 559
Closed
Labels
Area: App RuntimeIssues in `libmonodroid.so`.Issues in `libmonodroid.so`.
Milestone
Description
Our ClientWebSocket test is failing on .NET 6. I'm not sure if this is an issue for dotnet/runtime or us to address, so I'll file it here now for further investigation.
Steps to Reproduce
var clientWebSocket = new ClientWebSocket();
clientWebSocket.ConnectAsync(new Uri("ws://echo.websocket.org"), CancellationToken.None).GetAwaiter().GetResult();
Console.WriteLine("WS State: " + clientWebSocket.State);
Log File
Metadata
Metadata
Assignees
Labels
Area: App RuntimeIssues in `libmonodroid.so`.Issues in `libmonodroid.so`.