mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-21 19:33:53 +02:00
0382b0a475
Since this was never stopped, the `watchdog_handler` thread would also
keep running. Since after e3f0926aef
everything is supposed to exit cleanly, this would cause group host
processes to hang and never exit. Tying the watchdog timer to
`MainContext::run()` is cleaner anyways.