From d412c6fe5c818a4a68b4b23be78145470d72c32c Mon Sep 17 00:00:00 2001 From: shenhao <937176211@qq.com> Date: Mon, 9 Sep 2024 17:16:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20async(xx,=20false)=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E4=BA=A4=E5=8F=89=E4=BA=92=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/AuthCenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AuthCenter.cpp b/server/AuthCenter.cpp index a137953abf..ce719f6a84 100644 --- a/server/AuthCenter.cpp +++ b/server/AuthCenter.cpp @@ -34,7 +34,7 @@ auto AuthCenter::auth(const mediakit::MediaInfo &info, const mediakit::Broadcast EventPollerPool::Instance().getPoller(false)->async([invoker]() { InfoL << "动态鉴权中心无人鉴权"; invoker(""); - }); + }, false); return false; } auto uri = it->second._url;