zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

context_t close no longer uses deprecated function #490

Closed jlucke86 closed 3 years ago

jlucke86 commented 3 years ago

linked issue #484

Relevant manual pages... http://api.zeromq.org/master:zmq-ctx-destroy http://api.zeromq.org/master:zmq-ctx-term

zmq::context_t::close currently uses zmq_ctx_destroy when it should use zmq_ctx_term