dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
156 stars 52 forks source link

Lazily add bus matches #40

Closed acrisci closed 4 years ago

acrisci commented 4 years ago

Similar to how event listeners on signals are lazily added (ref bd08f64), add a match when the user listens to a signal and remove the match when the event listener is removed.

ref #39