Skip to content

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
@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.

3 participants