Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tortoise.get/receive #113

Open
deepj opened this issue Jun 21, 2019 · 1 comment
Open

Tortoise.get/receive #113

deepj opened this issue Jun 21, 2019 · 1 comment

Comments

@deepj
Copy link

deepj commented Jun 21, 2019

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.

@gausby
Copy link
Owner

gausby commented Dec 20, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants