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

#2600 fix panic when Unfold sink return an error #2686

Merged
merged 1 commit into from Jan 15, 2023

Commits on Jan 14, 2023

  1. fix panic when Unfold sink return an error

      - fix issue rust-lang#2600. When an Unfold sink return an error
      it is left in an invalid state. Calling after that flush/close
      cause the sink to panic due to re-calling a future already completed.
    
      This patch aims to leave the sink in a valid state and allow calling
      flush/close without causing a panic.
    erebe committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    5c0bc08 View commit details
    Browse the repository at this point in the history