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

[Script] Fix #1652 by also checking for OperationCanceledException #1653

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Mar 7, 2024

Replace

catch (JSDisconnectedException)

with

catch (Exception ex) when (ex is JSDisconnectedException ||
                           ex is OperationCanceledException)

@vnbaaij vnbaaij merged commit acf444f into dev Mar 7, 2024
4 checks passed
@vnbaaij vnbaaij deleted the users/vnbaaij/fix-issue-#1652 branch March 7, 2024 15:37
@vnbaaij vnbaaij changed the title [Misc] Fix #1652 by also checking for OperationCanceledException [Script] Fix #1652 by also checking for OperationCanceledException Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants