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

SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber #2359

Merged
merged 4 commits into from Nov 3, 2020

Commits on Nov 2, 2020

  1. SharedFlow: Fix scenario with concurrent emitters and cancellation of…

    … subscriber
    
    * Added a specific test for a problematic scenario.
    * Added stress test with concurrent emitters and subscribers that come and go.
    
    Fixes #2356
    elizarov committed Nov 2, 2020
    Copy the full SHA
    7ee2439 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. ~ fix leftovers

    elizarov committed Nov 3, 2020
    Copy the full SHA
    4a0e07e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    20029a5 View commit details
    Browse the repository at this point in the history
  3. ~ simple fix code

    elizarov committed Nov 3, 2020
    Copy the full SHA
    67992da View commit details
    Browse the repository at this point in the history