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

Salvage mplex in the age of resource management #99

Merged
merged 2 commits into from
Feb 28, 2022
Merged

Commits on Feb 28, 2022

  1. fix mplex behaviour in terms of resource management

    - memory is reserved up front
    - number of buffers in flight is limited
    - we remove that insane behaviour of resetting conns with slow readers; now we just block.
    vyzo committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7461f15 View commit details
    Browse the repository at this point in the history
  2. fix tests

    vyzo committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ab1db53 View commit details
    Browse the repository at this point in the history