mqtt_client
mqtt_client copied to clipboard
Add Connection Ack message to connection status
The MqttClientConnectionStatus class should be updated to add the received conn ack message from the broker, this will make its contents visible to users that need it. The mqtt5_client already does this.
Also see #420