Skip to content

Commit

Permalink
Additional checks about the data_delivery_method ...
Browse files Browse the repository at this point in the history
  • Loading branch information
scuzzilla committed Jan 22, 2023
1 parent f135715 commit 3f0cf37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/cfg_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,9 @@ bool ZmqCfgHandler::lookup_zmq_parameters(const std::string &zmq_uri,
spdlog::get("multi-logger")->info("[zmq_uri] set to {}",
zmq_uri);
}
} else {
// dummy ZMQ sock
params.insert({"zmq_uri", "ipc:///tmp/dummy.sock"});
}

return true;
Expand Down

0 comments on commit 3f0cf37

Please sign in to comment.