Fabian Knapp
2018-11-16 08:02:51 UTC
I have an executable that opens a dbus connection with sd_bus_open_system at init time and cleanup and close this connection only on exit.
This connection is used in multiple threads (in a thread safe manner) and im wondering if this is suitable since sd_bus_add_match seems to time out if the sd_bus* object is created from another thread than the call to sd_bus_add_match happens.
This connection is used in multiple threads (in a thread safe manner) and im wondering if this is suitable since sd_bus_add_match seems to time out if the sd_bus* object is created from another thread than the call to sd_bus_add_match happens.