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

fix: streams awaiting capacity lockout #730

Merged
merged 4 commits into from
Jan 8, 2024

Commits on Jan 1, 2024

  1. fix: streams awaiting capacity lockout

    This PR changes the the assign-capacity queue to prioritize streams that
    are send-ready.
    
    This is necessary to prevent a lockout when streams aren't able to proceed while
    waiting for connection capacity, but there is none.
    dswij committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    7dec3c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    f1f99e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13adae View commit details
    Browse the repository at this point in the history
  3. allow dead code

    dswij committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    8d11674 View commit details
    Browse the repository at this point in the history