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
New Retry class helper with more features than function helpers
- Supports specific exception catching (instead of dummy Throwable catch)
- Supports hooks in catch block
- Getters/setters for all options
New retry helpers
- `retry_timeout` - Repeats the callback until the answer is returned or timeout occurs
- `retry_count` - Repeats the callback until the answer is returned or the callback starts N times