You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Arcao,
I have a project that needs to run also when disconnected from Wifi.
I integrated your lib and have a number of syslog statements in my code. What happens when syslog is called and connection is not there? is it handled gracefully or is it an error condition? Does it lock until a timeout? please let me know.
thanks!
The text was updated successfully, but these errors were encountered:
Specifically, if the lib does not handle it already I propose to add a setConnected(bool) API and check if(connected) before doing network stuff.
Please let me know if you would accept a pull request... thanks
Thanks for your time. It is clear that with udp you can't check it messages are received... I just wanted to make sure that the call does not crash if disconnected. That's good. Thanks again!!
Hi Arcao,
I have a project that needs to run also when disconnected from Wifi.
I integrated your lib and have a number of syslog statements in my code. What happens when syslog is called and connection is not there? is it handled gracefully or is it an error condition? Does it lock until a timeout? please let me know.
thanks!
The text was updated successfully, but these errors were encountered: