• Pieter Hintjens's avatar
    Problem: zmq timers API is not CLASS conformant · f8b9ca5f
    Pieter Hintjens authored
    If we're going to add CLASS-like APIs we should use the proper
    syntax; specifically 'destroy' instead of 'close', which is a
    hangover from the 'ZeroMQ is like sockets' model we're slowly
    moving away from.
    
    Solution: change zmq_timers_close(p) to zmq_timers_destroy(&p)
    f8b9ca5f
test_timers.cpp 3.6 KB