Smack/smack-tcp
Florian Schmaus 25b3f35421 Ensure that shutdown() terminates reader/writer threads
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().
2019-03-28 17:58:25 +01:00
..
src Ensure that shutdown() terminates reader/writer threads 2019-03-28 17:58:25 +01:00
build.gradle Fix 'test' dependencies 2016-02-10 12:39:18 +01:00