mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-19 00:57:58 +01:00
In case an exception happens in connect()/login() the 'disconnectedButResumable' boolean may (still) be set. Which causes only one of the reader and writer threads to exit, typically the reader thread, because shutdown() will bail out very early. This leaves a dangling (writer) thread causing memory leaks and deadlocks on a subsequent connect()/login(). |
||
---|---|---|
.. | ||
src | ||
build.gradle |