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
To improve performance, usage of async should be reviewed, applying ConfigureAwait(false) where applicable, creating eventual threads early and avoiding async methods to be awaited immediately in contexts guaranteed to be running on separate threads.
The text was updated successfully, but these errors were encountered:
To improve performance, usage of async should be reviewed, applying
ConfigureAwait(false)
where applicable, creating eventual threads early and avoiding async methods to be awaited immediately in contexts guaranteed to be running on separate threads.The text was updated successfully, but these errors were encountered: