fde36b1271
Handling SIGINT in the freshly-started server leads to a race condition: on Ctrl+C, Tuhi is killed before tuhi-live can call StopLive, leaving the device in live mode. On the next start of tuhi-live nothing works because the device will complain about invalid state. Simplest solution here is to ignore SIGINT in the Tuhi instance and instead rely on python's multiprocessing module to take us down when the main process exits. Fixes #206 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> |
||
---|---|---|
.. | ||
kete.py | ||
parse_log.py | ||
raw-log-converter.py | ||
tuhi-gui-flatpak.py | ||
tuhi-kete-sandboxed.py | ||
tuhi-live.py |