Skip to content

Commit 3f0cf37

Browse files
committed
Additional checks about the data_delivery_method ...
1 parent f135715 commit 3f0cf37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/cfg_handler.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,9 @@ bool ZmqCfgHandler::lookup_zmq_parameters(const std::string &zmq_uri,
10311031
spdlog::get("multi-logger")->info("[zmq_uri] set to {}",
10321032
zmq_uri);
10331033
}
1034+
} else {
1035+
// dummy ZMQ sock
1036+
params.insert({"zmq_uri", "ipc:///tmp/dummy.sock"});
10341037
}
10351038

10361039
return true;

0 commit comments

Comments
 (0)