-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Removing CancelableAsyncEnumerable #32090
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
Conversation
@BrennanConroy and @halter73 may I get a review? |
deadace
to
1ce2bdd
Compare
…erator DefaultHubDispatcher iterates using the enumerator Adding a tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending adding the /Shared/
.ConfigureAwait(false)
back. Thanks!!
Thank you for the update. I am seeing that the Linux-ARM64 build is failing with
It seems this is some tooling issue. I would like to re-run builds (or at least that build) but I don't see a button for that. Is there a way to do that (other than pushing an update to the branch)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Thanks for doing this!
Thanks again @ladeak ! |
Removing CancelableAsyncEnumerable
Using a while loop as discussed in a PR discussion previously: #6791 (comment)
Description
Addresses #7960