We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The backoff crate seems to be unmaintained: ihrwein/backoff#66
The issue suggests the backon crate: https://docs.rs/backon/1.2.0/backon/.
backon
backon isn't a drop-in replacement, but it seems to have WASM support, which means we could merge our HttpClient implementations.
HttpClient
The text was updated successfully, but these errors were encountered:
Hi, the maintainer of backon here. Let me know if you would like my assistance with the migration.
Sorry, something went wrong.
Ah, thanks for contacting us, we just didn't yet get to it.
One thing I didn't see in the docs is how to handle something like a 429 HTTP error which contains a Retry-After header.
Retry-After
This was added to backoff after a request from our side: ihrwein/backoff#35.
backoff
Thank you @poljar for the information, I will take a look.
No branches or pull requests
The backoff crate seems to be unmaintained: ihrwein/backoff#66
The issue suggests the
backon
crate: https://docs.rs/backon/1.2.0/backon/.backon
isn't a drop-in replacement, but it seems to have WASM support, which means we could merge ourHttpClient
implementations.The text was updated successfully, but these errors were encountered: