Update response receiver
This commit is contained in:
parent
901e446ba4
commit
9c682cc666
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user