run.go
@@ -181,6 +181,7 @@ if len(res.Result) > 0 { if out, err := proto.Marshal(res); err == nil { msg.Tasklab.Sdkinfos[int(msg.Tasklab.Index)].Sdkdata = out s.fnLogger("reid !!!!!! Send To Humantrack Result Length:", len(out)) } } @@ -189,7 +190,7 @@ s.fnLogger("reid !!!!!! proto.Marshal Failed To Marshal proto.SdkMessage") continue } s.fnLogger("reid !!!!!! Send To Humantrack Result Length:", len(data)) // s.fnLogger("reid !!!!!! MSG Send Back To Humantrack Length:", len(data)) chSnd <- data } else {