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

This commit is contained in:
PandaX
2023-11-27 09:57:09 +08:00
parent 58f4f47e7b
commit 26d0bf741b
2 changed files with 2 additions and 1 deletions

View File

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