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

This reverts commit 7eb4ab682d.
main
huangfeng 6 months ago
parent 6cc3a3906a
commit 11731782f3

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

Loading…
Cancel
Save