thewierdnut / asha_pipewire_sink

Asha audio protocol implementation for linux.
The Unlicense
28 stars 3 forks source link

Switch all dbus calls to async #24

Closed thewierdnut closed 1 month ago

thewierdnut commented 3 months ago

Currently, if a device unexpectedly disconnects, it has to wait for the dbus timeout to occur before it realizes it, and it can stall an active thread for several seconds.