liurunyu
2024-11-18 e586b5c608bd8b8c75d254e9d2b1f432ce1e3169
pipIrr-platform/pipIrr-web/pipIrr-mwTest-rtu/src/main/java/com/dy/pipIrrMwTestRtu/tcpClient/TcpClUnit.java
@@ -54,10 +54,8 @@
    }
    private void doStart(){
        new Thread(new Runnable(){
            @Override
            public void run() {
                Exception ex = null ;
        new Thread(() -> {
            Exception ex ;
                while(true){
                    ex = null ;
                    try {
@@ -96,7 +94,6 @@
                        try{
                            Thread.sleep(100);
                        }catch (Exception e){
                        }
                    }
                }
            }