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

Properly check identity of caught AbortFlowException in Flow.first op… #2057

Merged
merged 3 commits into from
May 27, 2020

Commits on May 25, 2020

  1. Properly check identity of caught AbortFlowException in Flow.first op…

    …erator.
    
    It fixes two problems:
        * NoSuchElementException can be thrown during cancellation sequence (see FirstJvmTest that reproduces this problem with explanation)
        * Cancellation can be accidentally suppressed and flow activity can be prolonged
    
    Fixes #2051
    qwwdfsad committed May 25, 2020
    Configuration menu
    Copy the full SHA
    245f9b6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    afda79a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. while -> until

    qwwdfsad committed May 27, 2020
    Configuration menu
    Copy the full SHA
    ed0c8ae View commit details
    Browse the repository at this point in the history