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
Note: You may remove this section prior to submitting your question.
A small team of volunteers monitors issues; this is the same team that develops the library. Whilst we are keen to help,
there are often better places to ask questions, including:
Stack Overflow - well written questions are generally answered
within a day. Please use the tags MQTT, Python and Paho.
Reddit - great for questions requiring discussion.
MQTT Google Group - fairly quiet but questions about the protocol are generally answered quickly.
Prerequisites
Note: You may remove this section prior to submitting your question.
A small team of volunteers monitors issues; this is the same team that develops the library. Whilst we are keen to help,
there are often better places to ask questions, including:
within a day. Please use the tags MQTT, Python and Paho.
Prior to asking a question here, please:
"Known limitations" section) and look at the examples.
to test your assumptions.
Question
I'm trying to figure out how to connect to a broker with a SAT Token. Essentially, looking for the Paho way to do this:
Currently, I'm setting a
Properties
object with the given parameters and passing it intoconnect()
:However, we are still unable to connect. Are the Auth Method and Data properties being used correctly here?
The text was updated successfully, but these errors were encountered: