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 error handling to discovery host #31

Merged
merged 2 commits into from
Oct 31, 2017

Commits on Oct 31, 2017

  1. Add error handling to discovery host

    If the setup for a single socket fails, the whole initialization process is aborted. The exception is never handled and might therefore take down the whole application. This fix logs the exception for the single socket and continues with the next socket rather than aborting the initialization on failure.
    vlow committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    310c102 View commit details
    Browse the repository at this point in the history
  2. Update the NuGet binary

    Replaces the nuget binary with a newer version that supports C# 6 syntax.
    vlow committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    df5b988 View commit details
    Browse the repository at this point in the history