TheThingsArchive / node-app-sdk

The Things Network Application SDK for Node.JS
https://www.thethingsnetwork.org/docs/node-js/
MIT License
41 stars 28 forks source link

expose disconnect event from mqtt #76

Closed noerw closed 6 years ago

noerw commented 6 years ago

The close and reconnect events that are exposed in the mqtt data client are not very useful: They are fired each time..

To be notified once about a loss of connectivity, there is the offline event, which i exposed as disconnect for consistency.