wuyouming666
2024-01-17 0613a5b982c6521560ea17eda7c07bb97e6ec5e9
springboot-vue3/src/main/java/com/example/springboot/component/PlcInteractionState.java
@@ -27,7 +27,7 @@
    public void run() {
        while (this != null) {
            try {
                Thread.sleep(500);
                Thread.sleep(100);
            } catch (InterruptedException e) {
                e.printStackTrace();