mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-03-04 07:27:27 +01:00

Solution: Added `modify` method based on `zmq_poller_modify` and test cases covering it. Reduced code duplication in existing test cases by introducing `client_server_setup` helper struct.