Merge branch '3.0.1' into developer

This commit is contained in:
Dhanya Maliakal
2017-11-28 18:50:27 +01:00

View File

@ -90,13 +90,6 @@ public:
PrintError (); PrintError ();
Close(); Close();
} }
//connect socket
if (zmq_connect(socketDescriptor, serverAddress) < 0) {
PrintError ();
Close ();
}
}; };
/** /**