This commit is contained in:
laodaming 2023-10-26 11:02:14 +08:00
parent ebd4d88f31
commit bd07bf3264

View File

@ -438,7 +438,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, combineImage st
logx.Error("failed to send data to unity")
return err
}
logx.Info(fmt.Sprintf("发送unity post数据耗时:%d", time.Now().UTC().UnixMilli()-beginPostTime))
logx.Info(fmt.Sprintf("发送unity post数据耗时:%dms", time.Now().UTC().UnixMilli()-beginPostTime))
//发送运行阶段消息
w.sendRenderDataToUnityStepResponseMessage(info.RenderId, info.RequestId)
logx.Info("发送到unity成功,刀版图:", combineImage /*, " 请求unity的数据:", string(postDataBytes)*/)