Open bradmartin333 opened 9 months ago
I'm also experiencing a similar issue on Windows where the whole app silently exits upon trying to process a notification.
I'll try writing a C++ version to see if it's the Python FFI or something in the C++ back end.
This appears to be an issue related to FFI as notifications in C++ work fine.
Stuck battling a multi-device application crash. Found a fix, but it requires running 2 instances of the same application. Not sure where the issue lies. Let me know if I am being too vague / more info needed.
Pseudocode
main
starts new thread with a target that performs something like:I have also tried:
Issue
Working solution
Questions