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

Replace repeated polling in Outbox.loop() with an asyncio event (see #2482) #2867

Merged
merged 14 commits into from
Apr 16, 2024

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    3e7ff2e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    6da82ec View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    d6f5d92 View commit details
    Browse the repository at this point in the history
  2. Add asyncio events to outbox

    afullerx committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e189329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07801e3 View commit details
    Browse the repository at this point in the history
  4. clean up timeout argument

    afullerx committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ccca3c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Change timeout duration

    afullerx committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d7f433b View commit details
    Browse the repository at this point in the history
  2. Handle connection timeout

    afullerx committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bc08be1 View commit details
    Browse the repository at this point in the history
  3. Add log import

    afullerx committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5a6e828 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. remove extraneous whitespace

    afullerx committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0c46431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fc0b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9d0d52 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    755187c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix test hangs

    afullerx committed Apr 16, 2024
    4 Configuration menu
    Copy the full SHA
    c23643b View commit details
    Browse the repository at this point in the history