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