1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-26 17:49:33 +02:00
Smack/smack-tcp/src/test/java/org/jivesoftware/smack
Florian Schmaus b3646abecd XMPPTCPConnection: Move openStream() call from writer into reader thread
and also call notifyConnectionError() on exception thrown by
openStream().

In hindsight I wonder why openStream() was ever called in the writer
thread, as it only caused unnecessary synchronization overhead, as can
be seen by the initialOpenStreamSend synchronization point.
2019-04-30 13:55:55 +02:00
..
sm/provider Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
tcp XMPPTCPConnection: Move openStream() call from writer into reader thread 2019-04-30 13:55:55 +02:00