Handle exceptions in an App so they don't crash all Apps. #241
Locked
ngelotte
started this conversation in
Feature requests
Replies: 1 comment 5 replies
-
I will look into this, if you can provide with some code it would help finding the problem. To reproduce. Also bugs should be issues so please report it as but and provide code if you can. Thanks. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if an app throws an uncaught exception it crashes the entire netDaemon service. If another app is in the middle of something then it goes down as well and cannot complete. This is a problem when you have apps that have some waiting involved. For example a PIR light that is waiting for a lack of motion. If a different app crashes after the light has been turned on while it is waiting for more motion the light will just stay on because the timeout has ended.
Beta Was this translation helpful? Give feedback.
All reactions