run.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
run.go
@@ -194,6 +194,8 @@ func (f *face) run(msgs []protomsg.SdkMessage, out chan<- sdkstruct.MsgSDK, typ string) { f.fnLogger("######run batch images") for _, msg := range msgs { if c, ok := f.channelExist(msg.Cid); ok { c.msg <- msg @@ -219,6 +221,8 @@ c.msg <- msg } } f.fnLogger("######run over batch images") } func (f *face) detectTrackOneChn(c *channel, out chan<- sdkstruct.MsgSDK) {