1

I am using Paho MQTT library, but I do not know how to know if i am currently subscribed to a certain topic so that, no to subscribe to it again.

is there any way to know if a specific topic i am subscribed to it or not??

Amrmsmb
  • 1
  • 27
  • 104
  • 226

1 Answers1

5

No, you have to explicitly keep track of what you subscribed to yourself.

hardillb
  • 54,545
  • 11
  • 67
  • 105