Open elbaro opened 1 month ago
It's already achievable by attaching tower middleware to a server function. It's verbose than your suggested solution but it's more modular.
Edit:
I've noticed that middleware only work server side but not client side.
Yes, the main motivation of this feature request is to reliably notify app users of timeout on network failures.
Feature Request
Setting a timeout from a caller side with gloo_timers has disadvantages:
Implement Suggestion