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

Fixed memory object stream sometimes dropping sent items #735

Merged
merged 8 commits into from
May 26, 2024

Commits on May 14, 2024

  1. Fixed memory object stream sometimes dropping sent items

    Check if the receiving task has a pending cancellation before sending an item.
    
    Fixes #728.
    agronholm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    535bcb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03eb540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a449cb View commit details
    Browse the repository at this point in the history
  4. Fixed pyright error

    agronholm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    32270b0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    55aaa39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b4fb1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    b61c9a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a1e8a View commit details
    Browse the repository at this point in the history