Discard old chunks if not consumed (fixes #708)

This commit is contained in:
badaix 2020-10-11 11:11:49 +02:00
parent 8e9eb5c870
commit 136766412c
3 changed files with 30 additions and 5 deletions

View file

@ -110,6 +110,8 @@ private:
int frame_delta_;
// int64_t next_us_;
mutable std::mutex mutex_;
bool hard_sync_;
};