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 function name changed between v4 and v5 from WithMaxRetries to MaxTries. While in v4 it limited number of retries, in v5 it's the number of all attempts.
I suggest to change the comment to WithMaxTries limits the number of all attempts.