twice connect bug fix in zmq

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

View File

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