MQTT connection routine disconnects #1748
-
Dear azure-iot-sdk-java developers, We were excited to change to the latest library version specifically because of this change: Before the change we saw warning level logs from Mqtt and IoTHubTransport classes. We are creating our ModuleClient like below and opt out the log of routine disconnects.
Do you have any idea what could be missing? Here is the log part which still appear, but I expected to be on information level and without the expection stack.
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It seems that the static method below overwrites the provided ClientOptions if the SSLContext not specified beforehand.
I believe that line should consider the case if the ClientOptions provided but without SSLContext. |
Beta Was this translation helpful? Give feedback.
#1757 should fix that