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
Seems that some providers trigger an issue with the progress task
(likely due to a local event loop running on the main thread triggering
a processEvents call).
Workaround the issue by just removing the progress task -- it's
unlikely to be missed anyway.
Fixes#20459
(cherry picked from commit 57c117c)
0 commit comments