Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Add missing .ConfigureAwait(false) in HttpConnectionPool #38610

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

stephentoub
Copy link
Member

No description provided.

@stephentoub stephentoub merged commit 3b2707b into master Jun 17, 2019
@stephentoub stephentoub deleted the stephentoub-configureawait branch June 17, 2019 20:25
@yv989c
Copy link

yv989c commented Dec 25, 2019

So maybe this is the reason why the client library I wrote was deadlocking when used on a sync-over-async fashion (ASP.NET), and my last resort was to use Task.Run.

@es-repo
Copy link

es-repo commented Jan 11, 2020

@yv989c most likely yes.

@felickz
Copy link

felickz commented Feb 21, 2021

Extremely detailed explanation of this fix 😉

https://devblogs.microsoft.com/dotnet/configureawait-faq/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants