mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Add the pieces for a watchdog for dangling plugins
Once we register our plugins here, we should be able to gracefully shut down any plugins whose remote process got killed.
This commit is contained in:
@@ -34,3 +34,7 @@ void HostBridge::handle_win32_events() {
|
||||
DispatchMessage(&msg);
|
||||
}
|
||||
}
|
||||
|
||||
void HostBridge::shutdown_if_dangling() {
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user