Hiram R. Chirino 2006-07-20 05:42:03 +00:00
parent a2630500ba
commit bd37ac540a

View File

@ -68,6 +68,11 @@ public class WireFormatNegotiator extends TransportFilter {
}
}
public void stop() throws Exception {
super.stop();
readyCountDownLatch.countDown();
}
public void oneway(Command command) throws IOException {
try {
readyCountDownLatch.await();