mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: add WaitForPublisherCount() and related ctor arg
This commit is contained in:
committed by
Dennis Klein
parent
73377c5100
commit
d3697ec97b
@@ -209,7 +209,7 @@ try {
|
||||
DDSSession session(sessionID, env);
|
||||
DDSTopology ddsTopo(DDSTopology::Path(topoFile), env);
|
||||
|
||||
Topology topo(ddsTopo, session);
|
||||
Topology topo(ddsTopo, session, true);
|
||||
|
||||
if (targetState != "") {
|
||||
if (command != "") {
|
||||
|
Reference in New Issue
Block a user