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

Fixed socket binding race conditions #412

Merged
merged 6 commits into from
Jul 26, 2019

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    970ba1a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    f918e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ef18d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. add explicit cleanup of zmq sockets

    avoids hangs during context termination
    minrk committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    3a63c51 View commit details
    Browse the repository at this point in the history
  2. increase shutdown test timeout to 30 seconds

    because travis can be real slow
    minrk committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    ae563d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. add explicit socket cleanup

    might fix garbage collection-related hangs on kernel exit
    minrk committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    d1b2d01 View commit details
    Browse the repository at this point in the history