Fix build

This commit is contained in:
Yukino Song
2025-07-13 23:50:28 +08:00
parent e43420f18b
commit 8509611c26
7 changed files with 28 additions and 31 deletions

View File

@@ -600,6 +600,8 @@ namespace rtsp_stream {
acceptor.close();
io_context.stop();
clear();
}
std::shared_ptr<stream::session_t>
find_session(const std::string_view& uuid) {
auto lg = _session_slots.lock();