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
The re-try mechanism introduced in a previous PR didn't work properly,
because the re-try only happens if the callback returns an error.
This fixes the behavior by returning a temporary error to trigger the
re-try.
0 commit comments