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
RunningBackgroundTasks & RunningTaskRunTokens use different mechanisms to track running tasks, and does not always properly dispose of the CancellationTokenSource() token used. We should consider rewriting this logic to simplify it and reduce the risk of bugs.
The text was updated successfully, but these errors were encountered:
RunningBackgroundTasks & RunningTaskRunTokens use different mechanisms to track running tasks, and does not always properly dispose of the CancellationTokenSource() token used. We should consider rewriting this logic to simplify it and reduce the risk of bugs.
The text was updated successfully, but these errors were encountered: