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

Fixes #1165 by having threads wait for any outstanding connect to finish. #1170

Merged
merged 5 commits into from
Aug 13, 2015

Commits on Aug 13, 2015

  1. Fixes #1165 by having threads wait for any outstanding connect to fin…

    …ish.
    James Phillips committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    40c5af6 View commit details
    Browse the repository at this point in the history
  2. Adds missing ref count for the race condition case.

    James Phillips committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    8bca3eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    072811f View commit details
    Browse the repository at this point in the history
  4. Cleans up locking and factors markForUse into a Conn method.

    James Phillips committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    1e8937b View commit details
    Browse the repository at this point in the history
  5. Changes to an unbuffered channel, since we just close it.

    James Phillips committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    614bf44 View commit details
    Browse the repository at this point in the history