1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-26 13:34:51 +02:00
Smack/smack-tcp/src/main/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 Use XmlEnvironment in parsing/provider subsystem 2019-02-15 23:21:30 +01:00
tcp XMPPTCPConnection: Move openStream() call from writer into reader thread 2019-04-30 13:55:55 +02:00