Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in testFluxChannelCleanUp
Turns out `done` in the `SinkManyEmitterProcessor` is set to `true` when we already processed all the data. Therefore, it is better to `await().until()` for `done` condition in the end of test
- Loading branch information