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(discovery-client): allow discovery client to track network interfaces #7608

Merged
merged 2 commits into from
Apr 14, 2021

Commits on Apr 7, 2021

  1. fix(discovery-client): allow discovery client to track network interf…

    …ace changes
    
    Rather than rely on its caller, this change allows the Discovery Client to check the system's
    network interfaces to determine if its mDNS browser needs to be restarted to bind on any newly added
    interfaces (or to flush out any removed interfaces). This change is necessary to increase Discovery
    Client reliability when robots connected to U2E adapters are plugged and unplugged from the user's
    computer.
    mcous committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8d4ebc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

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