fix
This commit is contained in:
parent
ebd4d88f31
commit
bd07bf3264
@ -438,7 +438,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, combineImage st
|
|||||||
logx.Error("failed to send data to unity")
|
logx.Error("failed to send data to unity")
|
||||||
return err
|
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)
|
w.sendRenderDataToUnityStepResponseMessage(info.RenderId, info.RequestId)
|
||||||
logx.Info("发送到unity成功,刀版图:", combineImage /*, " 请求unity的数据:", string(postDataBytes)*/)
|
logx.Info("发送到unity成功,刀版图:", combineImage /*, " 请求unity的数据:", string(postDataBytes)*/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user