You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a couple methods to publish a message to a MQTT broker but I'm missing something similar for receiving messages from a MQTT broker. Handler is OK, but I would appreciate some kind of equivalent to Tortoise.publish method. I couldn't find anything like that in the documentation.
The text was updated successfully, but these errors were encountered:
How would this work? If you want the caller to block until the server has received a message you can use the sync variants of the publish functions; but that only block for messages with a QoS>=1
There is a couple methods to publish a message to a MQTT broker but I'm missing something similar for receiving messages from a MQTT broker. Handler is OK, but I would appreciate some kind of equivalent to
Tortoise.publish
method. I couldn't find anything like that in the documentation.The text was updated successfully, but these errors were encountered: