Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of deprecated function zmq_ctx_destroy #484

Closed
gitdaddy opened this issue Mar 23, 2021 · 1 comment
Closed

Usage of deprecated function zmq_ctx_destroy #484

gitdaddy opened this issue Mar 23, 2021 · 1 comment

Comments

@gitdaddy
Copy link

cppzmq/zmq.hpp

Line 854 in 4f11156

rc = zmq_ctx_destroy(ptr);

According to the zmq API zmq_ctx_destroy is deprecated being replaced with zmq_ctx_term.

@gummif
Copy link
Member

gummif commented Mar 25, 2021

Yes we should probably change that. Those are actually the same function so there is no functional difference between them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants