-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser][MT] WebSocket is already in CLOSING or CLOSED state #97260
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=534656 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "out of order message from the browser",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} From log:
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=534656 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "out of order message from the browser",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} From log:
Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=534656 ReportSummary
|
I updated the search filter because |
@ilonatommy do we know what fixed this ? |
Most probably the fact that we used to reject all the attempts to receive when the socket was closed and now we keep letting the receive request to pass as long as there is indeed something in the buffer to be received, regardless of the WS state. #99612 |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=535317
Build error leg or test failing: WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution
Pull request: #97177
Error Message
Fill the error message using step by step known issues guidance.
From log:
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=535317
Error message validated:
WebSocket is already in CLOSING or CLOSED state
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/23/2024 10:27:54 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: