Smack/smack-tcp/src/test/java/org/jivesoftware/smack
Florian Schmaus 7041e90522 Properly sync PacketWriter's queue
by using a custom ArrayBlockingQueueWithShutdown. Fixes a race condition
where nextpacket() would wait for a notification that would never
arrive, because all all put(Packet) calls are still blocking.

SMACK-560
2014-05-05 19:26:42 +02:00
..
PacketWriterTest.java Properly sync PacketWriter's queue 2014-05-05 19:26:42 +02:00
RosterOfflineTest.java Simplified Roster 2014-04-29 15:24:10 +02:00