catch more exceptions in JingleSocks5Transport
This commit is contained in:
parent
84f61f35b5
commit
ccf87a2daa
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public class JingleSocks5Transport extends JingleTransport {
|
|||
socket.setSoTimeout(0);
|
||||
isEstablished = true;
|
||||
callback.established();
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
callback.failed();
|
||||
}
|
||||
}).start();
|
||||
|
|
Loading…
Add table
Reference in a new issue