From d9587cfd27aa5ef26170ec1983b47f1e26dc8136 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 13 Oct 2016 13:30:44 +0200 Subject: Connecting client now have to send an id to each node. --- client/cmixclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'client/cmixclient.cpp') diff --git a/client/cmixclient.cpp b/client/cmixclient.cpp index 933ad0e..06994bf 100644 --- a/client/cmixclient.cpp +++ b/client/cmixclient.cpp @@ -20,6 +20,7 @@ void CMixClient::initialize_connections() { for(int i = 0; i < network_details.size(); ++i) { auto handler = [this, i]() mutable { cmix_proto::ImAClient imaclient; + imaclient.set_id("A"); BOOST_LOG_TRIVIAL(trace) << "sending imaclient to node: " << i; network_connections.at(i).async_send(imaclient); -- cgit v1.2.3-70-g09d2