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