mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-21 02:00:36 +01:00
57454dff4b
Solution: instead of waiting for fixed amount of time for events, react as soon as events are triggered. - Total running time of unittest reduced 10x (from ~300ms to 30ms). - Reduced code duplication by reusing testutil's constructs.