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
In v4 it was possible to retry for an unlimited amount of time by setting MaxElapsedTime to 0. In v5 this is not possible and setting to 0 will cause just one attempt to occur. I can work around this for now by setting a really high value, but this is hacky.
The text was updated successfully, but these errors were encountered:
In v4 it was possible to retry for an unlimited amount of time by setting MaxElapsedTime to 0. In v5 this is not possible and setting to 0 will cause just one attempt to occur. I can work around this for now by setting a really high value, but this is hacky.
The text was updated successfully, but these errors were encountered: