1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-14 16:22:07 +01:00
Smack/smack-tcp
Florian Schmaus 6e6a3ef88d [tcp] Set shutdownTimestamp before queue.shutdown()
In the writer thread, we use shutdownTimestamp to determine if we
should break out of the writer loop. If we set
shutdownTimestamp *after* queue.shutdown(), then there is a brief
period where nextStreamElement() returns 'null' but done() still
returns 'true'. Hence, we switch the logic "setting" those values.
2024-10-17 18:08:31 +02:00
..
src [tcp] Set shutdownTimestamp before queue.shutdown() 2024-10-17 18:08:31 +02:00
build.gradle Bump to Gradle 8.10.2, require Java 11 2024-09-25 12:08:50 +02:00