Discussed in #120
Originally posted by tyrone-horizonlabs September 29, 2022
I'm having an issue where when requesting an endpoint doesn't fail or throw an exception when the device has no internet connection.
Steps to reproduce:
- Make sure internet is available
- start a request to Hasura server (query or mutation).
- immediately turn off internet connection before the package finished the request.
From what I noticed, the request keeps retrying until I turn back the internet connection to ON but I need the package to throw the exception.
Does the package support a request timeout?
Discussed in #120
Originally posted by tyrone-horizonlabs September 29, 2022
I'm having an issue where when requesting an endpoint doesn't fail or throw an exception when the device has no internet connection.
Steps to reproduce:
From what I noticed, the request keeps retrying until I turn back the internet connection to ON but I need the package to throw the exception.
Does the package support a request timeout?