Compare commits

..

No commits in common. "0018492f8db23783333310ad2dc2f741fc46f9a1" and "cbd2c4a0ab2a40c32e6108d6ccf0f34cee816fef" have entirely different histories.

View File

@ -69,11 +69,12 @@ func (i *interlockProxy) Start(manager InterlockMessageManager) {
if i.manager != nil {
panic(fmt.Sprintf("%s启动联锁消息服务错误: 存在正在运行的任务", logTag))
}
i.manager = manager
// 初始化客户端、服务端
i.initInterlockProxy()
ctx, cancel := context.WithCancel(context.Background())
go i.collectInfoStateTask(ctx)
i.collectInfoTaskCancel = cancel
i.manager = manager
}
// 采集电路状态发送间隔,单位ms