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

randyridge/subscription findings #4052

Conversation

randyridge
Copy link
Contributor

various catches to prevent unobserved task exceptions, tried to prevent the exceptions by checking websocket state

See #3891

… prevent the exceptions by checking websocket state
@@ -34,6 +35,10 @@ private async ValueTask TryExecuteAndCompleteAsync(CancellationToken cancellatio
CompleteValue(success, cancellationToken);
}
}
catch (ObjectDisposedException)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah this one is caused by not correctly handling the cancellation token source .... I will have a look at this.

@michaelstaib
Copy link
Member

/AzurePipelines run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@michaelstaib michaelstaib merged commit 9fba754 into ChilliCream:main Aug 6, 2021
@randyridge randyridge deleted the randyridge/subscription-findings branch August 6, 2021 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants