Skip to content

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

Merged
skwasjer merged 1 commit intomainfrom
bugfix/sync_over_async
Sep 10, 2024
Merged

chore: replace our own TaskHelpers with a more robust impl.#114
skwasjer merged 1 commit intomainfrom
bugfix/sync_over_async

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.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 9, 2024

@skwasjer skwasjer merged commit eaa8ebb into main Sep 10, 2024
@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