currently a a dbus_connection_open_private() is relatively cheap and does little more than a connect(). The actual authentication chat is delayed to later and cannot be timed out. if you use dbus_connection_open_private() followed by an immediate dbus_connection_send_with_reply_and_block() with a timeout parameter, this will block forever if the server is hanging, the timeout is effectively ignored here.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org'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.freedesktop.org/dbus/dbus/issues/44.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.