You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking at the library's source, I guess there is no support for timer functions (the ones described in http://api.zeromq.org/master:zmq-timers).
Is there a safe way to use zmq timers while continuing to use cppzmq for networking?
Activity
gummif commentedon Oct 9, 2022
I personally have no need for them since there are better options in C++, e.g. asio::steady_timer.
muxator commentedon Apr 23, 2025
Thanks for implementing this! 😄