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
When the outboutn transport is created it does not use the connection options whent the connection is opened. Therefore, parameters like credentials are not passed through.
Description
When the outboutn transport is created it does not use the connection options whent the connection is opened. Therefore, parameters like credentials are not passed through.
Suggested Fix
I think the fix is on Line 72 of MqttOutboundTransport.java, the line should be:
mqttClient.connect(mqttClientManager.getMqttClientOptions());
The text was updated successfully, but these errors were encountered: