mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-04-11 17:08:36 +02:00
to prevent a thread from not being notified about a change of the state of the SynchronizationPoint. If two threads are waiting for a change, which could happen e.g. because of a connectivity change and one thread does instantShutdown() while the other handles connectionClosedOnError(), then only one thread, usually the one handling connectionClosedOnError(), would be notified and resumed. Fixes SMACK-652. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle |