1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-24 12:34:52 +02:00
Smack/smack-integration-test
Florian Schmaus 8511a9e67b Fix deadline check
The pattern

if (now > deadline) break;
wait(deadline - now);

is insufficient in case "now == deadline" because the result would be
wait() being called with 0, which would mean "wait until
notified". Thus, the timeout would become infinite.
2016-12-19 16:29:16 +01:00
..
src Fix deadline check 2016-12-19 16:29:16 +01:00
build.gradle Add (partial) support for IoT XEPs 2016-07-21 08:51:11 +02:00