@ -52,7 +52,7 @@ public class TCPClient {
scheduler.scheduleWithFixedDelay(() -> {
checkConnection(config);
}, CHECK_INTERVAL, CHECK_INTERVAL, TimeUnit.SECONDS);
executorService.shutdown();
// executorService.shutdown();
}
@ -75,7 +75,7 @@ public class ModbusCommunicateServiceImpl implements ModbusCommunicateService {
});
executor.shutdown();
// executor.shutdown();
private void handleData(EquipmentFolderLocation folderLocation, long startTime) {