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