Update response receiver

This commit is contained in:
Andrea Cavalli 2022-01-12 18:21:53 +01:00
parent 901e446ba4
commit 9c682cc666

View File

@ -278,8 +278,6 @@ abstract class ResponseReceiver extends Thread implements AutoCloseable {
if (closeCalled.compareAndSet(false, true)) {
this.closeWait.await();
}
} else {
throw new IllegalStateException("Start not called");
}
}
}