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

Added missing .ConfigureAwait(false) to awaited async methods that we… #359

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

Conversation

kentrue
Copy link

@kentrue kentrue commented Nov 7, 2019

…re missing it.

This resolves deadlocks that occur when a consumer of this library calls these async methods from a non-async application (especially a web application) that were due to inconsistent calling of .ConfigureAwait(false).

…re missing it. This resolves deadlocks that occur when a consumer of this library calls these async methods from a non-async application (especially a web application) that were due to inconsistent calling of .ConfigureAwait(false).
@kentrue
Copy link
Author

kentrue commented Nov 7, 2019

Most continuous integration tests failed because the clientID (consumerKey) was not able to be retrieved from app settings or the environment, and this is generally called in the OneTimeSetup/Init method on each of the test classes.

@kentrue
Copy link
Author

kentrue commented Nov 7, 2019

Should resolve bug #238, and might resolve bug #325.

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.

2 participants