We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ab23b commit c661a38Copy full SHA for c661a38
include/ipfixprobe/outputPlugin/outputStorage/outputStorageReader.hpp
@@ -48,9 +48,9 @@ class OutputStorageReader {
48
// x = m_container->written.load();
49
// while (m_container != nullptr && !m_container->written.load()) {};
50
51
- if (++m_container->readTimes > 1) {
+ /*if (++m_container->readTimes > 1) {
52
throw std::runtime_error("Read times limit exceeded");
53
- }
+ }*/
54
const std::size_t readPosition = m_readElements++;
55
// static void* dummy = nullptr;
56
// return &dummy;
0 commit comments