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

core/muxing: Remove the StreamMuxer::flush_all function #2669

Merged

Commits on May 23, 2022

  1. Remove the StreamMuxer::flush_all function

    `libp2p-core` provides the `StreamMuxer` abstraction so it can provide
    functionality that abstracts over this trait.
    
    We never use the `flush_all` function as part of our abstractions.
    No one else is going to use it so we can remove it from the abstraction.
    thomaseizinger committed May 23, 2022
    Copy the full SHA
    63274b8 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    thomaseizinger committed May 23, 2022
    Copy the full SHA
    c6acbd8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Copy the full SHA
    2073bf0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a4c6c8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bfad916 View commit details
    Browse the repository at this point in the history