Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mqtt reconnect counter #2319

Merged
merged 22 commits into from
Jun 24, 2022
Merged

Add mqtt reconnect counter #2319

merged 22 commits into from
Jun 24, 2022

Commits on Jun 13, 2022

  1. add tracking on when the last reconnect occurred and don't resend mes…

    …sages if last reconnect was too recent (i.e. device is rapidly disconnecting and reconnecting)
    vaavva committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b99e64c View commit details
    Browse the repository at this point in the history
  2. clean-up

    vaavva committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f7d3bd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. add reconnect retry counter

    vaavva committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f2a11be View commit details
    Browse the repository at this point in the history
  2. cleanup

    vaavva committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6ea5337 View commit details
    Browse the repository at this point in the history
  3. address PR comments

    vaavva committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    565dcdc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    ab5e5de View commit details
    Browse the repository at this point in the history
  2. cleanup

    vaavva committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d8acd78 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Added mqtt disconnect trace logs (#2322)

    * Added mqtt disconnect trace logs
    
    * Update iothub_client/src/iothubtransport_mqtt_common.c
    
    Co-authored-by: Dane Walton <[email protected]>
    
    Co-authored-by: Dane Walton <[email protected]>
    ericwolz and danewalton authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    88e6350 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    a955393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59649a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    8b6095d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8febfd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. fix last two unit tests

    vaavva committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4b7173f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8594a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eac729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa4f1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b3dd3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    540f55c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. add new unit test to cover scenario of multiple disconnects where we …

    …retry the message each time
    vaavva committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    32974eb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    d0558ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5adabc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa3add View commit details
    Browse the repository at this point in the history