mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-17 11:05:06 +02: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.