octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

Added support for unsubscribing to individual types #92

Closed ra4king closed 9 years ago

ra4king commented 9 years ago

Unsubscribe now works like subscribe, where types can be specified in an array. If no types are given, unsubscribes from all. https://github.com/octoblu/issues/issues/89

Also fixed a comment :+1: