Shouqun / node-dbus

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

Bus.prototype.reconnect to handle null connection #215

Closed petervizi closed 4 years ago

petervizi commented 4 years ago

The current Bus.prototype.reconnect throws if we call it after Bus.prototype.disconnect because it nulls out the self.connection object.