Skip to content

tests: script-tester: fix locking of test-server

P V requested to merge pvir/wireplumber:fix-script-tester into next

Calling functions on test server must lock the thread loop, otherwise the concurrency causes corruptiont in module-protocol-native and you get bogus messages etc.

Merge request reports