mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Work around a regression in Wine 6.5
Killing a Wine process no longer terminates its threads, see the changelog entry and NOTE for more information.
This commit is contained in:
@@ -84,11 +84,12 @@ class PluginBridge {
|
||||
io_context,
|
||||
generic_logger,
|
||||
info,
|
||||
HostRequest{.plugin_type = plugin_type,
|
||||
.plugin_path =
|
||||
info.windows_plugin_path.string(),
|
||||
.endpoint_base_dir =
|
||||
sockets.base_dir.string()}))),
|
||||
HostRequest{
|
||||
.plugin_type = plugin_type,
|
||||
.plugin_path =
|
||||
info.windows_plugin_path.string(),
|
||||
.endpoint_base_dir = sockets.base_dir.string()},
|
||||
sockets))),
|
||||
has_realtime_priority(has_realtime_priority_promise.get_future()),
|
||||
wine_io_handler([&]() {
|
||||
// We no longer run this thread with realtime scheduling because
|
||||
|
||||
Reference in New Issue
Block a user