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