src/ZeroMQHandler.h
branchv_0
changeset 2 e6294ba5017f
parent 1 ccaed729f8d3
--- 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<relpipe::reader::handlers::AttributeMetadata> attributes) override {