1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 15:44:49 +02:00
Smack/smack-core/src/main
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
..
java/org/jivesoftware/smack [core] Replace AbstractXMPPConnection.inOrderListeners 2022-10-05 11:28:48 +02:00
resources/org.jivesoftware.smack Add NOTICE file 2020-11-05 12:54:54 +01:00