mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-19 19:41:46 +00:00
FairMQ: Add uuid generator to tools & let tests use it for session names.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
c9fc46e2c9
commit
661e469aa8
@@ -77,6 +77,7 @@ void FairMQExampleRegionSampler::ResetTask()
|
||||
{
|
||||
LOG(DEBUG) << "waiting for all acknowledgements... (" << fNumUnackedMsgs << ")";
|
||||
this_thread::sleep_for(chrono::milliseconds(500));
|
||||
LOG(DEBUG) << "done, still unacked: " << fNumUnackedMsgs;
|
||||
}
|
||||
fRegion.reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user