mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
unnecessary long wait in receiver
This commit is contained in:
parent
76c9d2c61b
commit
2b248eb793
@ -1495,7 +1495,7 @@ int UDPStandardImplementation::startReceiver(char message[]){
|
||||
for(i=0; i < numWriterThreads; ++i)
|
||||
sem_post(&writersmp[i]);
|
||||
|
||||
usleep(5000000);
|
||||
//usleep(5000000);
|
||||
cout << "Receiver Started.\nStatus:" << status << endl;
|
||||
|
||||
return OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user