计轴rssp 集成
This commit is contained in:
parent
dbb34d94bf
commit
e4ce33867e
|
@ -6,6 +6,7 @@ import (
|
|||
"joylink.club/bj-rtsts-server/third_party/message"
|
||||
"log/slog"
|
||||
"runtime/debug"
|
||||
"time"
|
||||
)
|
||||
|
||||
//计轴设备与联锁系统安全通信应用层实现
|
||||
|
@ -130,6 +131,8 @@ func (s *rsspAxle) doTaskSendStatus(sendContext context.Context) {
|
|||
} else {
|
||||
slog.Debug(e.Error())
|
||||
}
|
||||
//todo
|
||||
time.Sleep(300 * time.Millisecond)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue