mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-24 15:50:49 +01: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