You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised on #2447, the long running task is sensitive to SyncronizationContext, that's devs can force that code execute inside the SyncronizationContext, and probably isn't what we want.
So in order to fix that we need to make sure our tasks will run under the TaskScheduler.Default.
The linked PR is one example, but we should investigate on our code base more places where we may have this issue.
The text was updated successfully, but these errors were encountered:
Raised on #2447, the long running task is sensitive to
SyncronizationContext
, that's devs can force that code execute inside theSyncronizationContext
, and probably isn't what we want.So in order to fix that we need to make sure our tasks will run under the
TaskScheduler.Default
.The linked PR is one example, but we should investigate on our code base more places where we may have this issue.
The text was updated successfully, but these errors were encountered: