Closed xiazhvera closed 1 year ago
Patch coverage: 87.50
% and project coverage change: +0.19
:tada:
Comparison is base (
8e40355
) 80.08% compared to head (ed70b11
) 80.27%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Issue #, if available:
Description of changes: Add
on_connection_success
andon_connection_failure
callbacks for mqtt311 in aws-c-mqtt. Theon_connection_success
will get triggered with a successful CONNACK (on first connection attempt succeed and on resumed). Theon_connection_failed
will triggered when connection failed.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.