-
Notifications
You must be signed in to change notification settings - Fork 31
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
Subscribe is empty #24
Comments
def subscribe(self, topic, qos, timeout=1, limit=1):
|
@janvanoverwalle @randomsync @vogoltsov |
Perhaps the problem is here:
Did this do the trick? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Publish
Connect 172..0.0.1
Publish home/garden/fountain qos=1 message=test message
[Teardown] Disconnect
Subscribe
Connect 172..0.0.1
${messages}= Subscribe home/garden/fountain qos=1 timeout=3 limit=1
[Teardown] Disconnect
------------------------------------###
20201124 14:52:41.539 : INFO : Connecting to 172..0.0.1 at port 1883
20201124 14:52:41.547 : INFO : Subscribing to topic: home/garden/fountain
20201124 14:52:44.550 : INFO : ${messages} = []
The text was updated successfully, but these errors were encountered: