mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-21 16:16:27 -04:00
Show progress of direct sent messages in network stress test
This commit is contained in:
parent
7b0834e3b8
commit
3a9b2dd932
@ -309,13 +309,13 @@ public class NetworkStressTest {
|
||||
@Override
|
||||
public void onArrived() {
|
||||
sentDelays.add(System.currentTimeMillis() - sendMillis);
|
||||
sentDirectLatch.countDown();
|
||||
countDownAndPrint(sentDirectLatch, 'd');
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFault() {
|
||||
sentDirectFailed.set(true);
|
||||
sentDirectLatch.countDown();
|
||||
countDownAndPrint(sentDirectLatch, 'd');
|
||||
}
|
||||
});
|
||||
}, sendAfterMillis, TimeUnit.MILLISECONDS
|
||||
|
Loading…
x
Reference in New Issue
Block a user