1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 08:54:49 +02:00
Smack/smack-tcp/src/main/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
..
PacketReader.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketWriter.java Properly sync PacketWriter's queue 2014-05-05 19:26:42 +02:00
XMPPTCPConnection.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00