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
Currently, if a request times out, the backend request may go on until the backing API times out or the request resolves.
It would be nice to have the backend return a cancelable future such that the request can be terminated on timeout or even allow the user to cancel it.
The text was updated successfully, but these errors were encountered:
Currently, if a request times out, the backend request may go on until the backing API times out or the request resolves.
It would be nice to have the backend return a cancelable future such that the request can be terminated on timeout or even allow the user to cancel it.
The text was updated successfully, but these errors were encountered: