Smack/smack-tcp
Florian Schmaus c384849532 Set 'running' to false before calling notifyConnectionError()
Since the current variant of notifyConnectionError() does not execute
most of its work in a new thread, especially since instantShutdown()
is called in the invoking thread, we have to mark the connections
reader or writer threads as no longer running prior them invoking
notifyConnectionError(). Otherwise they will end up waiting for
themselves to terminate.
2020-06-17 21:56:45 +02:00
..
src Set 'running' to false before calling notifyConnectionError() 2020-06-17 21:56:45 +02:00
build.gradle Introduce test fixtures 2020-04-11 22:05:36 +02:00