Accepted way to timeout a request? #1225
Unanswered
abarrettPS
asked this question in
Q&A
Replies: 1 comment
-
I never had this problem, and I'm happy to make some research into it. In the meanwhile feel free to explore the code and update the answer with the solution found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I make a request in a
build()
method usingQuery
, how do I set a timeout on the request? I only want to try fetching for a few seconds before alerting the UI to show an error.What I'm doing:
Beta Was this translation helpful? Give feedback.
All reactions