Skip to content

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