bluerhinos / phpMQTT

a simple php class to connect/publish/subscribe to a MQTT broker
Other
770 stars 461 forks source link

Subscribe multi topics? #57

Closed SezerFidanci closed 4 years ago

SezerFidanci commented 6 years ago

How to subscribers multi topics ?

bluerhinos commented 4 years ago

I am restarting this project so having a clear out of old issues (If you believe this is still valid please reopen) in the subscribe example $topics is an array so just add more topics to it before it or call ->subscribe multiple times