Update client manager

This commit is contained in:
Andrea Cavalli 2022-01-12 18:17:08 +01:00
parent 448712f496
commit 901e446ba4

View File

@ -146,8 +146,6 @@ public final class InternalClientManager implements AutoCloseable {
if (closeCalled.compareAndSet(false, true)) {
responseReceiver.close();
}
} else {
throw new IllegalStateException("Start not called");
}
}