|
|
@ -38,6 +38,9 @@ public class RealTimeDataService {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
this.startCollect(ied);
|
|
|
|
this.startCollect(ied);
|
|
|
|
} catch (Exception ignore) {
|
|
|
|
} catch (Exception ignore) {
|
|
|
|
|
|
|
|
NetErrorThread thread = new NetErrorThread();
|
|
|
|
|
|
|
|
thread.iedId = ied.getId();
|
|
|
|
|
|
|
|
thread.run();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|