Closed matthiasschardt closed 2 months ago
This PR fixes the auth failure to a Mqtt server (anonymous auth disabled) described in:
I makes the MqttConnectOptions available as an instance variable and passes it to the client when opening the connection
MqttConnectOptions
Thanks. Merged in. Enjoy!
This PR fixes the auth failure to a Mqtt server (anonymous auth disabled) described in:
I makes the
MqttConnectOptions
available as an instance variable and passes it to the client when opening the connection