mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix race in plugin manager/services
This commit is contained in:
committed by
Dennis Klein
parent
a53ef79552
commit
ee8afd7d2b
@@ -44,7 +44,6 @@ struct PluginServices : ::testing::Test {
|
||||
{
|
||||
fRunStateMachineThread = std::thread(&FairMQDevice::RunStateMachine, mDevice.get());
|
||||
mDevice->SetTransport("zeromq");
|
||||
|
||||
}
|
||||
|
||||
~PluginServices()
|
||||
|
Reference in New Issue
Block a user