mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 04:04:37 +01:00
twice connect bug fix in zmq
This commit is contained in:
@@ -82,13 +82,6 @@ public:
|
|||||||
PrintError ();
|
PrintError ();
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//connect socket
|
|
||||||
if (zmq_connect(socketDescriptor, serverAddress) < 0) {
|
|
||||||
PrintError ();
|
|
||||||
Close ();
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user