SqlRetryLogicProvider.cs is missing ConfigureAwait(false) on it's awaits #1207
Closed
Description
SqlRetryLogicProvider.cs is missing ConfigureAwait(false) on it's awaits which is causing us pains with async deadlocks in web contexts. Is this by design for some reason, if not could you add them, at the moment we have to roll our own, pretty much identical custom retry classes just to work around this issue.
Metadata
Assignees
Labels
No labels
Activity