fix: 排查TCP SERVER 发布RTCM消息的断联问题
This commit is contained in:
parent
dcfa0881f3
commit
f75bafcc75
@ -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