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