Smack/smack-tcp/src
Florian Schmaus 7d2c3ac9f9 Do not call synchronized methods in reader/writer thread
This may cause deadlocks with a call to acquire(2) on the introduced
readerWriterSemaphore in initConnection(), which is also synchronized.
2019-03-10 21:24:37 +01:00
..
main Do not call synchronized methods in reader/writer thread 2019-03-10 21:24:37 +01:00
test/java/org/jivesoftware/smack Make writer/reader fields final in XMPPTCPConnection 2019-02-09 18:12:36 +01:00