mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
Add comment about Stream Management's unacked stanzas queue
This commit is contained in:
parent
33cf205bdc
commit
7897fca876
1 changed files with 2 additions and 0 deletions
|
@ -1284,6 +1284,8 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
|||
writer.flush();
|
||||
}
|
||||
try {
|
||||
// It is important the we put the stanza in the unacknowledged stanza
|
||||
// queue before we put it on the wire
|
||||
unacknowledgedStanzas.put(packet);
|
||||
}
|
||||
catch (InterruptedException e) {
|
||||
|
|
Loading…
Reference in a new issue