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 SharedFlow with replay for subscribers working at different speed #2325

Merged
merged 1 commit into from Oct 26, 2020

Commits on Oct 21, 2020

  1. Fix SharedFlow with replay for subscribers working at different speed

    Problematic scenario:
    * Emitter suspends because there is a slow subscriber
    * Fast subscriber collects all the values and suspend
    * Slow subscriber resumes, collects value, causes emitter to be resume
    * Fast subscribers must be resumed in this case, too
    
    Fixes #2320
    elizarov committed Oct 21, 2020
    Copy the full SHA
    e407954 View commit details
    Browse the repository at this point in the history