Replies: 2 comments 1 reply
-
|
This is not a library scope feature. Library works with SSL client, it does not know internet status. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The error and status information from async result is from server returning status and payload. The only way you cannot get any status is your code is stuck at somewhere in your code and you have to debug it and make sure the loop is free of blocking code. You have to debug your SSL client too for WiFi and OOM. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I send the timestamp every 70 seconds to Firebase. I wanted to make sure that if the sending fails, for example due to a lack of internet connection (not Wi-Fi signal), the device reboots. I tried using aResult.isError(), but I can't get it to reboot.
I tried using aResult.isDebug(), but of course it reboots at boot time.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions