espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

client subscribe checking (IDFGH-3683) #162

Closed gulkanguner closed 4 years ago

gulkanguner commented 4 years ago

Hi, In my project I subscribe more than one topics. However I have subscribed succesfully, I have realise that somehow my esp32 is unsubscribed the topic. For this reason I want to check my subscribed topics. Is there any way to check this?

ESP-Marius commented 4 years ago

Hi,

There is no way to check which topics you are subscribed to on the client side. I would suggest you take a look at the logs of your broker/server. That should help you figure out if your esp32 unsubscribed to topics.

david-cermak commented 4 years ago

Closing as the question is answered.