astrorafael / twisted-mqtt

MQTT Client protocol for Twisted.
MIT License
30 stars 11 forks source link

how could I listen to a queue, not the topic? #16

Open dreamjole opened 4 years ago

astrorafael commented 2 years ago

Sorry for not noticing this issue before. I don't quite understand this question. MQTT publications is organized into topics, not queues. One can always try to map the topics you are interested in into queues( i.e. an ordinary queue or a DeferredQueue). It shouldn't be very complicated.