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
If request fails and you want to retry it, you should be able to wait for N seconds before firing another request. You can already retry on failure, but it will emit another request right away.
An event-based retry or reload feature would be nice to have. In my app which is very interactive, there are many events that require partial updates of the screen after some user editing of records. The ability to manually trigger a reload of a partial that contains a data table would be awesome. I.e. repeat the original render_async that the loaded the partial based on a JS event. I have made some progress on this -- see my issue #121
If request fails and you want to retry it, you should be able to wait for N seconds before firing another request. You can already retry on failure, but it will emit another request right away.
Inspired by this comment #46 (comment)
If you would like to see this request, please 👍 this issue.
The text was updated successfully, but these errors were encountered: