mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix race condition in the state machine & channel.
This commit is contained in:
@@ -133,6 +133,7 @@ void FairMQStateMachine::WaitForEndOfState(int event)
|
||||
{
|
||||
fStateCondition.wait(lock);
|
||||
}
|
||||
fStateThread.join();
|
||||
}
|
||||
catch (boost::exception& e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user