Smack/smack-core/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
..
integration-test Add XMPPErrorException.getStanzaError() 2018-06-20 22:17:11 +02:00
main Do not call synchronized methods in reader/writer thread 2019-03-10 21:24:37 +01:00
test Call shutdown() in connect() on exception 2019-03-04 20:14:12 +01:00