Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http-netty: Fix flaky FullDuplexAndSequentialModeTest (#3070)
Motivation: This test suite has been flaky for a while. As detailed in issue #1894, this is because under some conditions the test running thread ends up waiting on a latch that it is actually responsible to release. Modifications: Make sure the publishing of the InputStreamPublisher happens in on a different thread so we don't end up in deadlock. Fixes #1894
- Loading branch information