When setting up a private DBUS server, it is possible to accept/get connections to clients. Is there a way to find out as a server, when a client went away? Or with other words: how could one determine the connection that got shut down at the client side (in order to close that connection on the server) while the server goes on waiting on new clients? ---rony