You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #994
Move the `closingLatch.countDown()` to `waitForConfirmsOrDie()` so we
are sure the in-flight async close is running.
Previously, there was a race because the latch was counted down just
before the close was issued on the async thread.
0 commit comments