dbus2 / busd

A D-Bus bus (broker) implementation based on zbus
Other
93 stars 12 forks source link

Gracefully handle restarts #138

Open zeenix opened 1 month ago

zeenix commented 1 month ago

We need to be able to not loose any existing connections and ongoing traffic on restarts. Systemd provides a nice way to handle this and we should make use of that. This makes it Linux-specific but that's OK.

davide125 commented 1 month ago

https://github.com/bus1/dbus-broker/issues/93 is the corresponding issue for dbus-broker, and has some additional context on this as well.