mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Testing the double subscription
This commit is contained in:
committed by
Dennis Klein
parent
18dc536f3d
commit
cf26dd6aa7
@@ -46,8 +46,6 @@ bool Sampler::ConditionalRun()
|
||||
return false;
|
||||
}
|
||||
|
||||
this_thread::sleep_for(chrono::seconds(5));
|
||||
|
||||
if (fIterations > 0) {
|
||||
++fCounter;
|
||||
if (fCounter >= fIterations) {
|
||||
|
Reference in New Issue
Block a user