Skip to content
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

[release/6.0-staging][wasm][debugger] Remove error message when browser is closed #85062

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Apr 19, 2023

Description

Only skipping printing the error if we have an exception of type: WebSocketException

Customer Impact

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1784268
When the browser is closed an exception is printed to console.
image

Regression

Yes, when we backported the communication from .net7 to .net6 to fix other issue, we regressed this and started printing the disconnection exception again.

Testing

Manually tested

Risk

Low risk. Only not printing the error.

Package authoring signed off?

N/A

IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

@ghost
Copy link

ghost commented Apr 19, 2023

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

Description

Only skipping printing the error if we have an exception of type: WebSocketException

Customer Impact

When the browser is closed an exception is printed to console.
image

Regression

Yes, when we backported the communication from .net7 to .net6 to fix other issue, we regressed this and started printing the disconnection exception again.

Testing

Manually tested

Risk

Low risk. Only not printing the error.

Package authoring signed off?

N/A

IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

Author: thaystg
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@thaystg thaystg requested a review from radical April 19, 2023 18:59
@thaystg thaystg changed the title [wasm][debugger] Remove error message when browser is closed [release/6.0-staging][wasm][debugger] Remove error message when browser is closed Apr 19, 2023
@lewing
Copy link
Member

lewing commented Apr 20, 2023

@carlossanlop failures here are known

@lewing lewing added the Servicing-consider Issue for next servicing release review label Apr 20, 2023
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 20, 2023
@rbhanda rbhanda modified the milestones: 6.0.17, 6.0.18 Apr 20, 2023
@thaystg thaystg merged commit a81beb7 into dotnet:release/6.0-staging Apr 24, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Debugger-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants