perf: 开机订阅失败就开始重连

main
huangfeng 6 months ago
parent 5dd76bdf1f
commit 7eb4ab682d

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

Loading…
Cancel
Save