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