Skip to content

Problem: shutdown() missing for context_t #377

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

Merged
merged 3 commits into from
Jan 27, 2020

Conversation

gummif
Copy link
Member

@gummif gummif commented Jan 21, 2020

Solution: Add shutdown(). This function is required
for clean termination of the zmq context in multi-threaded
applications where sockets are used in threads. In particular
if blocking operation are used and if sockets can be created
at any time.

Solution: Add shutdown(). This function is required
for clean termination of the zmq context in multi-threaded
applications where sockets are used in threads. In particular
if blocking operation are used and if sockets can be created
at any time.
@coveralls
Copy link

coveralls commented Jan 21, 2020

Pull Request Test Coverage Report for Build 323

  • 4 of 5 (80.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 86.642%

Changes Missing Coverage Covered Lines Changed/Added Lines %
zmq.hpp 4 5 80.0%
Totals Coverage Status
Change from base Build 316: 0.08%
Covered Lines: 694
Relevant Lines: 801

💛 - Coveralls

@sigiesec
Copy link
Member

Thanks for the PR, the discussion and bringing the libzmq issue up!

@sigiesec sigiesec merged commit 47969cf into zeromq:master Jan 27, 2020
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

Successfully merging this pull request may close these issues.

3 participants