mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-16 16:01:08 +01:00
Inroduce AsyncButOrdered
This commit is contained in:
parent
1acfd872a7
commit
476fdf99a1
11 changed files with 414 additions and 272 deletions
|
|
@ -169,6 +169,8 @@ public final class ChatManager extends Manager{
|
|||
// The chat could not be created, abort here
|
||||
if (chat == null)
|
||||
return;
|
||||
|
||||
// TODO: Use AsyncButOrdered (with Chat as Key?)
|
||||
deliverMessage(chat, message);
|
||||
}
|
||||
}, packetFilter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue