How can i subscribe multi topic?
quanganh050998 opened this issue · 2 comments
quanganh050998 commented
Hello! First off, thank you for making such an epic library!
How can I subscribe to multiple topics at the same time after I have already connected with MqttServerClient?
shamblett commented
Just use the subscribe() method on the client, you can only subscribe to one topic at a time but this can of course be a wildcard topic.
quanganh050998 commented
Thanks for support me