lua-dbus
lua-dbus copied to clipboard
Add an option to initialize private connections
Problem: bus connections don’t close after Lua object that represents the connection is destroyed. Solution: add an option to initialize private bus connections. A private connection is destroyed along with the Lua object that represents it.
Necessary for cases that require breaking connections.