On Sat Jun 22 01:13:55 2024 +0000, Paul Gofman wrote:
But there is else below? It is hard to look at diff in gitlab, but I grepped the code for pa_stream_cork() and there is always the else.
Sorry, you're right.
I propose to make `wait_pa_operation_complete()` return a `BOOLEAN` value: `TRUE` for success and `FALSE` for failure. Then we can use that to handle errors that may occur with such operations.