Skip to content

Task fixes

Julian Bouzas requested to merge julian/wireplumber:tasks-fix into master

This MR fixes task race conditions that can trigger the same task twice. To solve this, the changes remove the task reference from the object that holds them before returning the task.

Merge request reports