mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
allow for slow joiner in zmq
This commit is contained in:
@ -124,6 +124,9 @@ public:
|
|||||||
PrintError ();
|
PrintError ();
|
||||||
Close ();
|
Close ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//sleep for a few milliseconds to allow a slow-joiner
|
||||||
|
usleep(200* 1000);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user