Skip to content

hub: Make service->quit() synchronous

Marius Gripsgard requested to merge personal/mariogrip/sync-quit into main

This makes the dbus quit call to the service synchronous

This fixes race conditions where the callee closes before the quit call has been called leaving the service hanging.

This fixes the build failure in main

Edited by Marius Gripsgard

Merge request reports