Skip to content

Commit

Permalink
fix: async(xx, false)避免交叉互锁
Browse files Browse the repository at this point in the history
  • Loading branch information
newbeeAirfeeen committed Sep 9, 2024
1 parent c12e6f9 commit d412c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/AuthCenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d412c6f

Please sign in to comment.