allow for slow joiner in zmq

This commit is contained in:
Dhanya Maliakal 2017-09-01 13:58:00 +02:00
parent 84b0f9a91b
commit c086e9c19f

View File

@ -124,6 +124,9 @@ public:
PrintError ();
Close ();
}
//sleep for a few milliseconds to allow a slow-joiner
usleep(200* 1000);
};
/**