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

Don't subscribe to activations/messages until listener is attached #8

Closed FokkeZB closed 8 years ago

FokkeZB commented 8 years ago

Override super().on() and if event name is message|activation subscribe to the related topic.