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
For now if the SDK fails to connect to the broker because of AUTH failed, it will automatically reconnect the underlying MQTT connection, but the top layer MCP application cannot know the connection status.
Expected behavior
Provide a way to update and get the MQTT connection status.
Handle the CONNACK with error codes other than 0 (success)