Commit 7cae0db
Revert "Add missing ConfigureAwait on awaited task."
The anonymous method in the RunSync call does not capture the
current context until it is executed. Because it is called
from within the CustomSynchronizationContext, it will always capture
the CustomSynchhronizationContext and not the caller's context.
This reverts commit ec15969.1 parent 66911f9 commit 7cae0db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments