diff -r ccaed729f8d3 -r e6294ba5017f src/ZeroMQHandler.h --- a/src/ZeroMQHandler.h Sun May 01 22:27:42 2022 +0200 +++ b/src/ZeroMQHandler.h Sat Jul 23 21:35:51 2022 +0200 @@ -55,7 +55,7 @@ public: ZeroMQHandler(Configuration configuration) : configuration(configuration), zmqSocket(zmqContext, zmq::socket_type::push) { - zmqSocket.connect(convertor.to_bytes(configuration.endpointUrl)); + zmqSocket.connect(convertor.to_bytes(configuration.connectionString)); } void startRelation(relpipe::common::type::StringX name, std::vector attributes) override {