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

AsyncHelper to try and get around deadlocking #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrtristan
Copy link

@mrtristan mrtristan commented Feb 17, 2021

Some reading about how the deadlocking is happening when using .Result

The AsyncHelper class i added basically came out of the framework itself:

For this one we have a helper class borrowed from Microsoft. It appears is various namespaces, but always as an internal, so you can't just use it directly from the framework. (https://cpratt.co/async-tips-tricks/)

@mrtristan mrtristan mentioned this pull request Feb 17, 2021
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.

None yet

1 participant