Skip to content
New issue

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

Improve the API retry mechanism #641

Open
pedroferreira1 opened this issue Jul 2, 2024 · 0 comments
Open

Improve the API retry mechanism #641

pedroferreira1 opened this issue Jul 2, 2024 · 0 comments

Comments

@pedroferreira1
Copy link
Member

The current retry mechanism of the wallet depends on the API being called as a promise, with the resolve method stored in the redux, to be called again in case of a retry.

This pattern fulfills the goal, but it prevents us from using async/await calls with APIs and from handling specific errors (404, 400, 429, ...) in custom ways. (see discussion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant