Smack/smack-integration-test
Florian Schmaus 3b27eb520f sinttest: Use Thread.sleep(15) instead of Thread.yield()
Guus reports that the entity caps sinttest fails on openfire with an
timeout exception on Java 11. Very well possible that this is caused
by a changed scheduling behavior where the yield() thread nevertheless
dominates the, potential single, core.

The waitUntilThread() method is essentially a broken approach anyway
and should be replaced in the future.
2020-04-07 16:58:21 +02:00
..
src sinttest: Use Thread.sleep(15) instead of Thread.yield() 2020-04-07 16:58:21 +02:00
build.gradle Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00