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

fix: multiple Advertisements without network #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2019

  1. add a 'test' for ad fails without network

    Add a simple example that fails when run without a network,
    for example with Docker. See the file for an example on how
    to execute it.
    tkurki committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    cf66e1f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. fix: ignore socket error in NetworkInterface with no listeners

    Ignore errors from NetworkInterface, when there are no listeners.
    Without this multiple Advertisements on a host with no network fails
    when NetworkInterface emits errors after the first emitted error
    has already stopped the interface, but there are pending
    errors from the socket.
    tkurki committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    819538b View commit details
    Browse the repository at this point in the history