|
@ -184,6 +184,9 @@ public class UfZcancmderWebsocket extends UfConnectionBase { |
|
|
} catch (InterruptedException e) { |
|
|
} catch (InterruptedException e) { |
|
|
throw new RuntimeException(e); |
|
|
throw new RuntimeException(e); |
|
|
} |
|
|
} |
|
|
|
|
|
if ( this.client.isOpen() ) { |
|
|
|
|
|
break ; |
|
|
|
|
|
} |
|
|
try { |
|
|
try { |
|
|
Thread.sleep(1000); |
|
|
Thread.sleep(1000); |
|
|
} catch (InterruptedException e) { |
|
|
} catch (InterruptedException e) { |
|
|