Shouqun / node-dbus

dbus module for node
MIT License
150 stars 70 forks source link

Remove object from cache when unregistered #185

Closed figueredo closed 6 years ago

figueredo commented 6 years ago

After removing the object from the service on the bus, the Service was still holding a reference in its internal cache, causing introspection to list the object when it didn't exist anymore.

Shouqun commented 6 years ago

lgtm, thanks!