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
AttemptManager currently doesn't support async context manager protocol, requiring nesting two times instead of one if you want to use an async context manager with retrying:
AttemptManager
currently doesn't support async context manager protocol, requiring nesting two times instead of one if you want to use an async context manager with retrying:Because
AttemptManager
doesn't do any IO I think it should be ok to just call into sync__enter__
and__exit_
The text was updated successfully, but these errors were encountered: