Smack/smack-tcp/src/main/java/org/jivesoftware
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
..
smack XMPPTCPConnection: Move openStream() call from writer into reader thread 2019-04-30 13:55:55 +02:00