mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
[sinttest] Add header to NotAllMessagesReceivedException
This header maps the internal connection ID to the connection.
This commit is contained in:
parent
f91598e10c
commit
11a486d84d
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ public class XmppConnectionStressTest {
|
||||||
XMPPConnection connection = connections.get(i);
|
XMPPConnection connection = connections.get(i);
|
||||||
EntityFullJid connectionAddress = connection.getUser();
|
EntityFullJid connectionAddress = connection.getUser();
|
||||||
connectionIds.put(connectionAddress, i);
|
connectionIds.put(connectionAddress, i);
|
||||||
|
sb.append(i).append(": ").append(connection).append('\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
for (Map.Entry<XMPPConnection, Map<EntityFullJid, boolean[]>> entry : receiveMarkers.entrySet()) {
|
for (Map.Entry<XMPPConnection, Map<EntityFullJid, boolean[]>> entry : receiveMarkers.entrySet()) {
|
||||||
|
|
Loading…
Reference in a new issue