Skip to content

client: register the global early, in pw_client_new()

George Kiagiadakis requested to merge gkiagia/pipewire:client-register into master

otherwise, if the access module blocks the client, the on_start callback in the protocol is not called and there is no global, which means the session manager cannot do anything to grant permissions on this client and the client is blocked forever

Merge request reports