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

Proposal: add a "retry" to requests that timeout #4274

Closed
carolinebridge opened this issue Mar 8, 2024 · 1 comment · Fixed by #4276
Closed

Proposal: add a "retry" to requests that timeout #4274

carolinebridge opened this issue Mar 8, 2024 · 1 comment · Fixed by #4276
Labels
enhancement New feature or request

Comments

@carolinebridge
Copy link
Contributor

Noticed while on the train with bad wifi -- trying to get a session link can potentially timeout. Currently, a stack trace is provided to the user, and to try again to get a link they have to close the window and open it again. This potentially happens elsewhere.

Might be nice to instead/also have a retry button.
Screenshot 2024-03-08 at 7 14 53 AM

@carolinebridge carolinebridge added the enhancement New feature or request label Mar 8, 2024
@cmdcolin
Copy link
Collaborator

cmdcolin commented Mar 8, 2024

i like retry buttons also...for this case I think the "ErrorMessage" component could take a onReset callback that, if present, adds a button to the error message that allows the user to 'clear' or 'retry' perhaps. then any code that renders a ErrorMessage can have the opportunity to add that callback to make it retry and clear the error state

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

Successfully merging a pull request may close this issue.

2 participants