mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00
Show progress in mailbox network stress test
This commit is contained in:
parent
1a496e0963
commit
cb14a7961b
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ public class NetworkStressTest {
|
||||||
return;
|
return;
|
||||||
StressTestMailboxMessage msg = (StressTestMailboxMessage) (decryptedMsgWithPubKey.message);
|
StressTestMailboxMessage msg = (StressTestMailboxMessage) (decryptedMsgWithPubKey.message);
|
||||||
if ((msg.getData().equals("test/" + peer.getAddress())))
|
if ((msg.getData().equals("test/" + peer.getAddress())))
|
||||||
receivedMailboxLatch.countDown();
|
countDownAndPrint(receivedMailboxLatch, 'm');
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue