Smack/smack-core/src/main/java/org
Florian Schmaus b142060f9e sendStanzaWithResponseCallback(): remove listener right away
I'm not sure why i've put the removeAsyncStanzaListener() call into
the finally block. If callback.processStanza(Stanza) takes a long
time (or even blocks), then it would appear to the "no response"
handling Runnable as if there was no response, when in fact there was
one.
2017-01-30 17:09:30 +01:00
..
jivesoftware/smack sendStanzaWithResponseCallback(): remove listener right away 2017-01-30 17:09:30 +01:00