Skip to content

Conversation

@mvarblow
Copy link
Contributor

@mvarblow mvarblow commented Jan 27, 2022

Changes proposed in this pull request

Some awaited tasks included ConfigureAwait(false) but many did not. One of these continuations that was missing the ConfigureAwait(false) seemed to be causing deadlocks in our use of the Graph API (when acquiring a token). This pull request adds ConfigureAwait(false) to all awaited tasks.

Other links

#267
#188

Microsoft Reviewers: Open in CodeFlow

@ghost
Copy link

ghost commented Jan 27, 2022

CLA assistant check
All CLA requirements met.

@andrueastman andrueastman merged commit 6ec55dc into microsoftgraph:dev Jan 28, 2022
@andrueastman
Copy link
Contributor

Thanks for this @mvarblow

@andrueastman andrueastman mentioned this pull request Feb 17, 2022
andrueastman pushed a commit that referenced this pull request Feb 23, 2022
Always ConfiguteAwait false on awaited tasks
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