Is connectivity checked or "host is reachable" as part of the networking #111
-
I always need to check to see not only are we connected but is the host reachable before trying to make calls over the network .. Is this built in to the networking feature of the framework ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @stephenhauck, Thanks for reaching out. Currently, Nylo will attempt the API request without checking the device's connectivity status. I do think this would be a nice addition to Nylo though, so I'll do a bit of thinking on how this could be integrated. |
Beta Was this translation helpful? Give feedback.
Hi @stephenhauck,
Thanks for reaching out. Currently, Nylo will attempt the API request without checking the device's connectivity status.
You could use a package like connectivity_plus or connectivity_wrapper to help you achieve this in your project.
I do think this would be a nice addition to Nylo though, so I'll do a bit of thinking on how this could be integrated.