提交 19040912 authored 作者: blu's avatar blu

upload video files

上级 6e783098
...@@ -803,7 +803,7 @@ public: ...@@ -803,7 +803,7 @@ public:
this_thread::sleep_for(chrono::seconds(5)); this_thread::sleep_for(chrono::seconds(5));
continue; continue;
} }
auto evt = this->eventQueue.front(); evt = this->eventQueue.front();
this->eventQueue.pop(); this->eventQueue.pop();
} }
...@@ -818,7 +818,7 @@ public: ...@@ -818,7 +818,7 @@ public:
static auto bootTime = chrono::duration_cast<chrono::seconds>(chrono::system_clock::now().time_since_epoch()).count(); static auto bootTime = chrono::duration_cast<chrono::seconds>(chrono::system_clock::now().time_since_epoch()).count();
if(tse < bootTime) { if(tse < bootTime) {
spdlog::warn("evslicer {} discard old msg {}", selfId, evt); spdlog::warn("evslicer {} discard old msg {}", selfId, evt);
return; continue;
} }
this_thread::sleep_for(chrono::seconds(this->seconds + 5)); this_thread::sleep_for(chrono::seconds(this->seconds + 5));
auto v = findSlicesByRange(tss, tse, offsetS, offsetE); auto v = findSlicesByRange(tss, tse, offsetS, offsetE);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论