fix: 排查TCP SERVER 发布RTCM消息的断联问题
This commit is contained in:
parent
a28251d787
commit
f3aaea78a3
@ -103,7 +103,7 @@ public class RtkClusterService implements ApplicationRunner {
|
||||
session.setUpdatedAt(LocalDateTime.now());
|
||||
sessionMapper.insert(session);
|
||||
|
||||
startRtkrcv(deviceId, conf.getParent().toString(), conf.toString());
|
||||
//startRtkrcv(deviceId, conf.getParent().toString(), conf.toString());
|
||||
}
|
||||
|
||||
private void startRtkrcv(String deviceId, String workDir, String confPath) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user