mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Some jack clients will take a lock before doing IPC and then will take the same lock in a notify callback. This prevents the IPC from progressing and causes a deadlock. Make a separate thread to dispatch the notify so that we don't block the IPC in any case. Fixes #3585 |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||