8ef5dbc24b
Motivation: We need to be careful that we only execute the close(...) once the write operation completes as otherwise we may close the underlying socket too fast and also the writes Modifications: Keep track of if we need to delay the close or not and if so execute it once the write completes Result: No more test failures |
||
---|---|---|
.. | ||
src | ||
pom.xml |