This commit is contained in:
xyj 2024-01-10 15:18:55 +08:00
parent d42943fff6
commit 5c2112f047
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class MQTTClient:
async def close(username, device):
# 倒计时600秒
await asyncio.sleep(3)
await asyncio.sleep(30)
print(username + "结束推流")
user_sched.pop(username)
close_stream(username, device)