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 IpV6 link local address connections #1466

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

Commits on Apr 10, 2024

  1. Fix IpV6 link local address connections

    Paho currently successfully resolves IPv6 link-local addresses (of the
    form `tcp://[xxxx::xxxx:xxxx:xxxx%eth0]:1883`). But it does not copy
    the resolved link information over when attempting to make the
    connection.
    
    This is a 3-line fix.
    
    See: eclipse-paho#1464
    jumoog committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ab2f737 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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