Smack/smack-tcp/src/main/java/org/jivesoftware/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
..
BundleAndDefer.java Minor javadoc fixes and improvements 2015-02-22 10:41:53 +01:00
BundleAndDeferCallback.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
TCPInitializer.java Rework FileUtils 2018-04-06 10:25:06 +02:00
XMPPTCPConnection.java Ensure that shutdown() terminates reader/writer threads 2019-03-28 17:58:25 +01:00
XMPPTCPConnectionConfiguration.java Deprecate setServiceName in favor of setXmppDomain 2015-06-08 14:42:05 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00