Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix panic when Unfold sink return an error (#2686)
- fix issue #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.
- Loading branch information