This commit is contained in:
laodaming 2023-08-22 18:24:24 +08:00
parent f3f1de9961
commit 0fab87065b

View File

@ -405,7 +405,7 @@ func (w *wsConnectItem) modifyRenderTaskTimeConsuming(data renderImageControlCha
} }
} }
// 操作连接中渲染任务的增加/删除任务map不能读写并发所以放在chan里面串行执行 // 处理渲染任务的增加/删除/修改耗时属性任务map不能读写并发所以放在chan里面串行执行
func (w *wsConnectItem) operationRenderTask() { func (w *wsConnectItem) operationRenderTask() {
for { for {
select { select {