47eb9c3bf4
Motivation: We observed some test-failues sometimes in the CI which happened if sc.close() was not completed before the next test did run. If this happened we would fail the bind(...) as the LocalAddress was still in use. Modifications: Await the close before return Result: Fixes race in testsuite which resulted in FixedChannelPoolTest.testAcquireNewConnection to fail if FixedChannelPoolTest.testCloseAsync() did run before it. |
||
---|---|---|
.. | ||
src | ||
pom.xml |