Skip to content

bluez5: avoid poll busy loop in a2dp-sink

P V requested to merge pvir/pipewire:a2dp-flush-fix into master

Disable flush polling when we don't have data ready to write to the socket (or socket send failed). This avoids entering into a poll busy loop, which may result to rtkit killing the process.

Fixes #1506 (closed)

Edited by P V

Merge request reports