Skip to content

linking: handle 'target.linger' property when target not known

stefanu21 requested to merge stefanu21/wireplumber:feature/target_unknown into master

Do not send an error to the client when the target is not defined and the 'target.linger' property is set.

It is not absolutely necessary that every node has a defined target.

We can have a 'Stream/Output/' node which can be linked to multiple 'Stream/Input/' nodes and only the 'Stream/Input/*' nodes have a defined target.

Merge request reports