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
I have seen one exception occur, "Serial timeout", which was probably caused by a brief power blink to the controller. In this case, the software hung indefinitely, which is not acceptable.
For a containerized process or system service, exiting non-zero is probably an acceptable action, and simplest, so we'll probably start with that. However, it would be nice to try a reconnect once or twice before exiting, I suppose.
This is a little tricky because of the dual forever loops involved--the aqualogic panel and Paho MQTT--but is probably relatively simple to do... the hardest part may be triggering an exception for testing.
The text was updated successfully, but these errors were encountered:
I have seen one exception occur, "Serial timeout", which was probably caused by a brief power blink to the controller. In this case, the software hung indefinitely, which is not acceptable.
For a containerized process or system service, exiting non-zero is probably an acceptable action, and simplest, so we'll probably start with that. However, it would be nice to try a reconnect once or twice before exiting, I suppose.
This is a little tricky because of the dual forever loops involved--the aqualogic panel and Paho MQTT--but is probably relatively simple to do... the hardest part may be triggering an exception for testing.
The text was updated successfully, but these errors were encountered: