Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Improve language for leaked channel error
Originally you had to confirm that awaitTermination() returned true, but that was annoying and useless, especially after calling shutdownNow(). The behavior was changed in ce2ae1f because the awaitTermination() detection logic could prevent the channel from getting garbage collected. Fixes #10732
- Loading branch information