Reg: Unauthenticated error with different disconnection reason codes after the IOT hub connection is established #2605
vasoyanikhil
started this conversation in
General
Replies: 1 comment
-
Hello All, Any one can help me on this? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
IOTHUB_CLIENT_CONNECTION_BAD_CREDENTIAL
IOTHUB_CLIENT_CONNECTION_NO_NETWORK
IOTHUB_CLIENT_CONNECTION_BAD_CREDENTIAL
IOTHUB_CLIENT_CONNECTION_NO_NETWORK
Is it correct reason sequence? But It should be send only IOTHUB_CLIENT_CONNECTION_BAD_CREDENTIAL error right?
IOTHUB_CLIENT_CONNECTION_NO_NETWORK -> 4
IOTHUB_CLIENT_CONNECTION_BAD_CREDENTIAL-> 2
IOTHUB_CLIENT_CONNECTION_NO_NETWORK -> 4
IOTHUB_CLIENT_CONNECTION_BAD_CREDENTIAL-> 2
IOTHUB_CLIENT_CONNECTION_NO_NETWORK -> 4
Expected : Azure IOT should send error reason code IOTHUB_CLIENT_CONNECTION_EXPIRED_SAS_TOKEN.
Any one can help with the above two questions.
Note: I am using MQTT protocol.
Beta Was this translation helpful? Give feedback.
All reactions