[fix] 规则链执行失败,保存设备影子

This commit is contained in:
PandaX
2023-11-27 14:45:05 +08:00
parent 26d0bf741b
commit 3107c6537e

View File

@@ -49,7 +49,7 @@ func newInstanceWithManifest(m *manifest.Manifest) (*RuleChainInstance, []error)
return r, errs
}
// StartRuleChain TODO 是否需要添加contexthttp://39.107.143.109/login
// StartRuleChain TODO 是否需要添加context
func (c *RuleChainInstance) StartRuleChain(context context.Context, message *message.Message) error {
// 处理debug的通道消息
go func() {