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 4481c1a commit caf8923Copy full SHA for caf8923
1 file changed
include/ipfixprobe/outputPlugin/outputStorage/outputStorageReader.hpp
@@ -49,9 +49,10 @@ class OutputStorageReader {
49
}*/
50
// x = m_container->written.load();
51
// while (m_container != nullptr && !m_container->written.load()) {};
52
- if (++m_container->readTimes > 4) {
+
53
+ /*if (++m_container->readTimes > 4) {
54
throw std::runtime_error("Read times limit exceeded");
- }
55
+ }*/
56
const std::size_t readPosition = m_readElements++;
57
// static void* dummy = nullptr;
58
// return &dummy;
0 commit comments