Skip to content

Commit a68648c

Browse files
mondainCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4e4a3d1 commit a68648c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/transport/moqt_session.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4543,6 +4543,7 @@ TransportStatus MoqtSession::publish_live_objects(const openmoq::publisher::Live
45434543
// A live source with a liveness predicate distinguishes a transient
45444544
// media gap (keep polling, keep servicing control) from real EOF.
45454545
if (source.is_finished && !source.is_finished()) {
4546+
std::this_thread::sleep_for(std::chrono::milliseconds(1));
45464547
continue;
45474548
}
45484549
source_eof = true;

0 commit comments

Comments
 (0)