shamblett/mqtt_client

How can i subscribe multi topic?

quanganh050998 opened this issue · 2 comments

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?

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.

Thanks for support me