net-mqtt-client-react
net-mqtt-client-react copied to clipboard
Support multiple subscriptions
This patch builds on top of https://github.com/binsoul/net-mqtt/pull/10 and adds the capability for multiple subscriptions to the client. I tried to keep BC using variable arguments, so it shouldn't break existing code.