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

chore: replace our own TaskHelpers with a more robust impl. #114

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

skwasjer
Copy link
Owner

@skwasjer skwasjer commented Sep 9, 2024

Replace our own TaskHelpers with a more robust impl., adapted from RestSharp/Rebus. This impl. also supports continuations.

We cannot really avoid doing sync over async in 2 areas, specifically in older .NET SDK's which do not have sync HttpClient API's.

…from RestSharp/Rebus. We cannot really avoid doing sync over async in some areas, specifically in older .NET SDK's which do not have sync HttpClient API's.
Copy link

sonarcloud bot commented Sep 9, 2024

@skwasjer skwasjer merged commit eaa8ebb into main Sep 10, 2024
12 checks passed
@skwasjer skwasjer deleted the bugfix/sync_over_async branch September 10, 2024 04:32
@skwasjer skwasjer added the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant