backoff
backoff copied to clipboard
added new typing and changed error response
Fixes #194
Details on approach in linked issue.
Removed _MaybeSequence
and reference to typing.Sequence
, as they are no longer used.
Any updates on this? Seems to solve a pretty significant occasional bug
No response as of yet.
Just ran into this today, and was suspecting that _MaybeSequence
wasn't accepting list. Luckily, there was your original issue and this PR that led me to try Tuples instead.
To support this PR, it's stated in the README.md that a tuple
is explicitly accepted.
@frost-nzcr4 I think I did what you asked there.