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