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
Installed using pip install git+https://github.com/Yakifo/amqtt.git - version 0.10.0
In the examples (samples), there is a will entry in the config dict for the MQTTClient class. When I try this in my code, the topic isn't created and no payload is sent.
Also, there is not any documentation I can find about the LWT in the config dict, which is confusing as the examples imply that there is LWT logic.
Installed using
pip install git+https://github.com/Yakifo/amqtt.git
- version0.10.0
In the examples (samples), there is a
will
entry in theconfig
dict for the MQTTClient class. When I try this in my code, the topic isn't created and no payload is sent.Also, there is not any documentation I can find about the LWT in the
config
dict, which is confusing as the examples imply that there is LWT logic.Example code
The text was updated successfully, but these errors were encountered: