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
@@ -65,6 +65,7 @@ Topology::Topology(DDSTopology topo, DDSSession session)
|
||||
|
||||
std::vector<uint64_t> deviceList = fDDSTopo.GetDeviceList();
|
||||
for (const auto& d : deviceList) {
|
||||
LOG(info) << "fair::mq::Topology Adding device " << d;
|
||||
fTopologyState.emplace(d, DeviceStatus{ false, DeviceState::Ok });
|
||||
}
|
||||
fDDSSession.SubscribeToCommands([this](const std::string& msg, const std::string& condition, uint64_t senderId) {
|
||||
|
Reference in New Issue
Block a user