src/ZeroMQCommand.cpp
branchv_0
changeset 3 3891db9e45b7
parent 2 f724d805c34a
--- a/src/ZeroMQCommand.cpp	Mon May 02 17:59:10 2022 +0200
+++ b/src/ZeroMQCommand.cpp	Sat Jul 23 21:36:01 2022 +0200
@@ -47,7 +47,7 @@
 void ZeroMQCommand::process(std::shared_ptr<writer::RelationalWriter> writer, Configuration& configuration) {
 	zmq::context_t zmqContext;
 	zmq::socket_t zmqSocket(zmqContext, zmq::socket_type::pull);
-	zmqSocket.bind(convertor.to_bytes(configuration.endpointUrl));
+	zmqSocket.bind(convertor.to_bytes(configuration.connectionString));
 
 
 	if (false) {