Smack/smack-tcp/src/main/java/org/jivesoftware
Florian Schmaus 488d01796a [tcp] Fix TlsState by aborting the channel selected callback
Instead of breaking in case the SSLEngine signals NEED_WRAP, which
leads to an endless loop while holding the
channelSelectedCallbackLock, we have to return, so that the
asynchronously invoked callback can aquire it, and do its work.
2020-09-17 22:15:30 +02:00
..
smack [tcp] Fix TlsState by aborting the channel selected callback 2020-09-17 22:15:30 +02:00