Merge branch '3.0.1' into developer

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

View File

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