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 support for automatic resetting incremental backoff when network status changes #1491

Merged
merged 20 commits into from
Sep 1, 2023

Commits on Aug 25, 2023

  1. Add support for automatic resetting incremental backoff when network …

    …changes are detected
    Christian Melchior committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f43451b View commit details
    Browse the repository at this point in the history
  2. Formatting

    Christian Melchior committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8b62406 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Rework how to detect and trigger reconnect

    Christian Melchior committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    72a3002 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Christian Melchior committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f2d51ca View commit details
    Browse the repository at this point in the history
  3. improved documentation

    Christian Melchior committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b30ef43 View commit details
    Browse the repository at this point in the history
  4. More cleanup

    Christian Melchior committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5098cf8 View commit details
    Browse the repository at this point in the history
  5. Formatting

    Christian Melchior committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4fca3b2 View commit details
    Browse the repository at this point in the history
  6. Remove waiting for connections to close

    Christian Melchior committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    40dd940 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Try to find problem with tests

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    67870d7 View commit details
    Browse the repository at this point in the history
  2. Increase wait

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0489ad5 View commit details
    Browse the repository at this point in the history
  3. Formatting

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    10c6d83 View commit details
    Browse the repository at this point in the history
  4. Disable new tests

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f01d7b2 View commit details
    Browse the repository at this point in the history
  5. Disable network listener to see if it makes a difference

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    36e2fb6 View commit details
    Browse the repository at this point in the history
  6. Detekt

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    eeaf7a8 View commit details
    Browse the repository at this point in the history
  7. Refactor thread check tests to reduce flakyness.

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e6ad49d View commit details
    Browse the repository at this point in the history
  8. Add debugging ids to all test apps.

    Fix buggy teardown of custom headers test
    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5543f9e View commit details
    Browse the repository at this point in the history
  9. Formatting

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    997ece2 View commit details
    Browse the repository at this point in the history
  10. Fix test

    Christian Melchior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cb435d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. PR feedback

    Christian Melchior committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fe40d5a View commit details
    Browse the repository at this point in the history
  2. PR feedback + formatting

    Christian Melchior committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d6738d7 View commit details
    Browse the repository at this point in the history