修复多任务进行

This commit is contained in:
lijun 2025-01-14 20:35:50 +08:00
parent ed3db69b46
commit 31fddec772
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ func GetVideoStream(id int) {
DeviceIsStop[id] = true
break
}
if DeviceIsStop[id] == false {
break
}
//设置设备控制信息
status := Get(device.Control)
DeviceIsStop[id] = false