mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-14 16:22:07 +01:00
6e6a3ef88d
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. |
||
---|---|---|
.. | ||
src | ||
build.gradle |