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
If an unrecoverable error is encountered before the final attempt, the length of the error returned by Do is equal to the maximum number of attempts rather than the actual number. This behaviour is demonstrated by the following program.
If an unrecoverable error is encountered before the final attempt, the length of the error returned by
Do
is equal to the maximum number of attempts rather than the actual number. This behaviour is demonstrated by the following program.The following output is observed when using v4.3.1.
The following output is expected instead, where the length of the slice is equal to the number of attempts.
The text was updated successfully, but these errors were encountered: