diff -r f724d805c34a -r 3891db9e45b7 src/ZeroMQCommand.cpp --- 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, 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) {