Cannot get correct reason codes or reasoning strings #1532
Unanswered
PvanIeperen
asked this question in
Q&A
Replies: 1 comment
-
Please make sure to set the protocol version to 5.0.0.0 in the client options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When connecting or publishing to a broker, there will be a result. MqttClientConnectResult for connecting and MqttClientPublishResult for publishing. But the reason code always stay SUCCESS and the reasoning string always stay NULL.
Is there an example that shows what I have to do to get these values show the correct values?
regards Patrick
Beta Was this translation helpful? Give feedback.
All reactions