Smack/smack-core/src
Florian Schmaus 92f253cc74 [core] Replace AbstractXMPPConnection.inOrderListeners
Using AsyncButOrdered for the receive listeners means that a listener
may not have been yet run once
invokeStanzaCollectorsAndNotifyRecvListeners() returnes. This can lead
to deadlocks as reported by Boris Grozev [1].

Fixes SMACK-927.

1: https://discourse.igniterealtime.org/t/thread-stuck-in-multiuserchat-enter-forever/92090
2022-10-05 11:28:48 +02:00
..
integration-test Mark code from the old integration-test dir as migration candidates 2020-04-09 15:14:09 +02:00
main [core] Replace AbstractXMPPConnection.inOrderListeners 2022-10-05 11:28:48 +02:00
test [core] Fix XmlEnvironment namespace: Use default namespace (not element's) 2021-01-25 14:24:55 +01:00
testFixtures/java/org/jivesoftware/smack [core] Support IqProvider in SmackTestUtil 2022-02-02 10:41:00 +01:00