mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Link to the issue instead of listing issue number
This commit is contained in:
@@ -150,7 +150,7 @@ void GroupBridge::handle_plugin_dispatch(size_t plugin_id) {
|
|||||||
"All plugins have exited, shutting down the group process");
|
"All plugins have exited, shutting down the group process");
|
||||||
|
|
||||||
// main_context.stop();
|
// main_context.stop();
|
||||||
// FIXME: See the comment in `individual-host.cpp` #69
|
// FIXME: See the comment in `individual-host.cpp`
|
||||||
TerminateProcess(GetCurrentProcess(), 0);
|
TerminateProcess(GetCurrentProcess(), 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -92,7 +92,9 @@ main(int argc, char* argv[]) {
|
|||||||
// get stuck if the host got terminated abruptly. After an entire
|
// get stuck if the host got terminated abruptly. After an entire
|
||||||
// day of debugging I still have no idea whether this is a bug in
|
// day of debugging I still have no idea whether this is a bug in
|
||||||
// yabridge, Wine, or those plugins, but just killing off this
|
// yabridge, Wine, or those plugins, but just killing off this
|
||||||
// process and all of its threads 'fixes' the issue. #69
|
// process and all of its threads 'fixes' the issue.
|
||||||
|
//
|
||||||
|
// https://github.com/robbert-vdh/yabridge/issues/69
|
||||||
TerminateProcess(GetCurrentProcess(), 0);
|
TerminateProcess(GetCurrentProcess(), 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user