-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move IQ handling to IO pool where it could block (#1082)
* Fix potential failures to leave muc before joining. Client not currently joined torture180077@conference.prtorture.jitsi.net at org.jivesoftware.smackx.muc.MultiUserChat.leave(MultiUserChat.java:769) at org.jitsi.jicofo.xmpp.muc.ChatRoomImpl.joinAs(ChatRoomImpl.kt:219) at org.jitsi.jicofo.xmpp.muc.ChatRoomImpl.join(ChatRoomImpl.kt:191) * fix: Handle incoming jingle IQs in an IO thread. * Run grantOwnership in an IO thread.
- Loading branch information
Showing
5 changed files
with
123 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters