fix
This commit is contained in:
parent
1fd7721e99
commit
297c65776b
|
@ -59,7 +59,7 @@ func (w *wsConnectItem) SendToCloudRender(data []byte) {
|
||||||
Option: 1, //0删除 1添加
|
Option: 1, //0删除 1添加
|
||||||
Key: key,
|
Key: key,
|
||||||
}
|
}
|
||||||
// TODO 数据发送给云渲染服务器
|
//发送给对应的流水线组装数据
|
||||||
if err := w.rabbitMq.SendMsg(constants.RABBIT_MQ_ASSEMBLE_RENDER_DATA, data); err != nil {
|
if err := w.rabbitMq.SendMsg(constants.RABBIT_MQ_ASSEMBLE_RENDER_DATA, data); err != nil {
|
||||||
logx.Error("发送渲染任务数据到MQ失败:", string(data))
|
logx.Error("发送渲染任务数据到MQ失败:", string(data))
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue
Block a user