mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
DDS plugin: fix exiting timeout
This commit is contained in:
committed by
Dennis Klein
parent
21835cc104
commit
beff0af51b
@@ -238,7 +238,7 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
});
|
||||
|
||||
fDDSSession.StartDDSService();
|
||||
LOG(debug) << "Subscribing to state change";
|
||||
// LOG(debug) << "Subscribing to state change";
|
||||
Cmds cmds(make<SubscribeToStateChange>());
|
||||
fDDSSession.SendCommand(cmds.Serialize());
|
||||
}
|
||||
|
Reference in New Issue
Block a user