Philonous/d-bus

Add Explicit closeConnection Method To API

Closed this issue · 1 comments

Current API does not have an explicit close for a DBusConnection.

Closing a DBusConnection should gracefully end all signal and property change registrations / handlers as well as the cleanup of internal resources.

Looks like this can be closed now.