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
Adding a missed ConfigureAwait(false) within MyGetResponseAsync. Without this the async call invokes the UnitySynchronizationContext which is not needed and also causes incorrect behavior as it then requires the main unity thread to execute pending tasks.
0 commit comments