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

Add more error handling for zmq_close/term #29

Open
2 tasks
mo3rfan opened this issue Jan 2, 2018 · 0 comments
Open
2 tasks

Add more error handling for zmq_close/term #29

mo3rfan opened this issue Jan 2, 2018 · 0 comments
Assignees

Comments

@mo3rfan
Copy link

mo3rfan commented Jan 2, 2018

  • Add error handling everywhere for zmq_close and zmq_ctx_term
  • Find out why the close and terms below errors out at some point in stress_test.py
    if (zmq_close (pusher) != 0) {
    printf("\nZMQ close error: %s\n", strerror(errno));
    }
    if (zmq_ctx_term(child_to_parent_context) != 0) {
    printf("\nZMQ term error: %s\n", strerror(errno));
    }
@mo3rfan mo3rfan added this to the Optimal release milestone Jan 2, 2018
@mo3rfan mo3rfan self-assigned this Jan 2, 2018
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

1 participant