We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b28ce commit 9b96b95Copy full SHA for 9b96b95
src/stream_inlet_impl.h
@@ -305,7 +305,7 @@ class stream_inlet_impl {
305
std::size_t samples_available() { return (std::size_t)(!data_receiver_.empty()); }
306
307
/// Flush the queue, return the number of dropped samples
308
- uint32_t flush() { return !data_receiver_.flush(); }
+ uint32_t flush() { return data_receiver_.flush(); }
309
310
/** Query whether the clock was potentially reset since the last call to was_clock_reset().
311
*
0 commit comments