Daniel Ewert
Daniel Ewert
What worked for me as a workaround is `client.uaclient._uasocket._thread.isAlive()`
Thing is, yes, I get a crash, but how can I react to it programmatically? The exception occurs in another thread..
I am working with subscriptions. In your example the exception would be raised from get_value(), right? I can catch that, since it occurred in my own thread. How would that...
> for the subscriptions callback this should not change anything Yes it does. The exception is raised within your thread, which is then ended. The rest of my program doesn't...