mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Make SynchronizationPoint interruptible
SMACK-632
This commit is contained in:
parent
4a16ab9329
commit
189f524195
3 changed files with 13 additions and 18 deletions
|
@ -132,7 +132,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void connectInternal() throws SmackException {
|
||||
protected void connectInternal() throws SmackException, InterruptedException {
|
||||
done = false;
|
||||
try {
|
||||
// Ensure a clean starting state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue