-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Runtime.InteropServices.JavaScript
Milestone
Description
In unit test System.Net.WebSockets.Client.Tests.ConnectTest.ConnectAsync_CancellationRequestedAfterConnect_ThrowsOperationCanceledException on Browser on windows, with remote loopback in xharness.
Unhandled Exception:
System.Runtime.InteropServices.JavaScript.JSException: Invalid JS object handle '17'
at System.Runtime.InteropServices.JavaScript.JSObject.GetObjectProperty(String name) in C:\\Dev\\runtime\\src\\libraries\\System.Private.Runtime.InteropServices.JavaScript\\src\\System\\Runtime\\InteropServices\\JavaScript\\JSObject.cs:line 105
at System.Net.WebSockets.BrowserWebSocket.CloseAsyncCore(WebSocketCloseStatus closeStatus, String statusDescription, CancellationToken cancellationToken) in C:\\Dev\\runtime\\src\\libraries\\System.Net.WebSockets.Client\\src\\System\\Net\\WebSockets\\BrowserWebSockets\\BrowserWebSocket.cs:line 577
--- End of stack trace from previous location ---
at System.Net.WebSockets.BrowserWebSocket.AbortRequest() in C:\\Dev\\runtime\\src\\libraries\\System.Net.WebSockets.Client\\src\\System\\Net\\WebSockets\\BrowserWebSockets\\BrowserWebSocket.cs:line 377
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Runtime.InteropServices.JavaScript