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(iroh-blobs): use async_channel instead of flume for local_pool #2533

Merged
merged 6 commits into from
Jul 23, 2024

Commits on Jul 23, 2024

  1. remove println and fix docs

    rklaehn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ebdf345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5c6fa View commit details
    Browse the repository at this point in the history
  3. Try async_channel instead of flume

    also remove the backup timer
    rklaehn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b9a9a4b View commit details
    Browse the repository at this point in the history
  4. revert weird debug logging

    rklaehn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    37f7dd4 View commit details
    Browse the repository at this point in the history
  5. remove trace logging

    just to minimize the diff
    rklaehn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0194ded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36299ad View commit details
    Browse the repository at this point in the history