|
|
@ -90,9 +90,8 @@ public class IEDCollectService {
|
|
|
|
_webSocketServer.sendMessage(err, null);
|
|
|
|
_webSocketServer.sendMessage(err, null);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ex instanceof SocketException) {
|
|
|
|
if (ex instanceof SocketException) {
|
|
|
|
NetErrorThread thread = new NetErrorThread();
|
|
|
|
NetErrorThread thread = new NetErrorThread(ied.getId());
|
|
|
|
thread.iedId = ied.getId();
|
|
|
|
thread.start();
|
|
|
|
thread.run();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} finally {
|
|
|
|
} finally {
|
|
|
|
iecClient.disconnect();
|
|
|
|
iecClient.disconnect();
|
|
|
|