GNOME Bugzilla – Bug 783796
[PATCH] gio: don't fail the GDBusObjectManagerClient initialization if the service disappears
Last modified: 2018-05-24 19:37:30 UTC
Created attachment 353767 [details] [review] Proposed patch The current initialization sequence is racy -- the service could go away between we check for the bus name presence and the call to GetManagerObjects. Let's not fail the initialization in such case -- wait for the service to reappear instead.
Review of attachment 353767 [details] [review]: This looks reasonable, but it would be good to have a unit test for it. Can you please add one?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1274.