This commit is contained in:
USER-20220102CG\noblelift
2023-03-29 18:47:19 +08:00
parent 462f9f9c9a
commit 2d20c1650c

View File

@@ -192,6 +192,7 @@ public class DeviceOpcProtocolRunable implements Runnable {
ExecutorService executorService = Executors.newCachedThreadPool();
executorService.submit(runable);
log.warn("opc 值不健康 item: {}, 重新创建连接", item.getId());
break;
}
} while (ObjectUtil.equal(value, his));//如果两次的值相等,不走下面的代码