zmq sockets client checked before creating them

This commit is contained in:
2020-03-11 11:09:41 +01:00
parent 93f8e8ecb3
commit 7a6797b23e
2 changed files with 10 additions and 0 deletions

View File

@ -5159,6 +5159,9 @@ int multiSlsDetector::createReceivingDataSockets(const bool destroy) {
cout << "Destroyed Receiving Data Socket(s)" << endl;
return OK;
}
if (client_downstream) {
return OK;
}
cprintf(MAGENTA, "Going to create data sockets\n");