1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-21 19:04:49 +02:00
Smack/smack-tcp/src
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
..
javadoc/org/jivesoftware/smack/tcp/doc-files SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
main XMPPTCPConnection: Move openStream() call from writer into reader thread 2019-04-30 13:55:55 +02:00
test/java/org/jivesoftware/smack XMPPTCPConnection: Move openStream() call from writer into reader thread 2019-04-30 13:55:55 +02:00