mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 10:32: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);
|
||||
EntityFullJid connectionAddress = connection.getUser();
|
||||
connectionIds.put(connectionAddress, i);
|
||||
sb.append(i).append(": ").append(connection).append('\n');
|
||||
}
|
||||
|
||||
for (Map.Entry<XMPPConnection, Map<EntityFullJid, boolean[]>> entry : receiveMarkers.entrySet()) {
|
||||
|
|
Loading…
Reference in a new issue