The dbus protocol should use hooks instead of the subscription system
@tanuk
Submitted by Tanu Kaskinen Assigned to Tanu Kaskinen @tanuk
Description
The asynchronous nature of the subscription system causes real problems in module-dbus-protocol, as reported here:
http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-January/012690.html
It's much easier to avoid bugs with hooks, so the code in module-dbus-protocol that uses the subscription system should be replaced with code that does the same thing with hooks.