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 1 commit into
base: develop
Choose a base branch
from

Conversation

jumoog
Copy link
Contributor

@jumoog jumoog commented Apr 10, 2024

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: #1464

@jumoog jumoog changed the title Update CMake toolchain link in README file Fix IpV6 link local address connections Apr 10, 2024
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#1464
@rdaum
Copy link

rdaum commented Apr 24, 2024

What needs to happen to get this change landed and released? We're running (@ my employer) with a local vendored fork (+ Rust bindings) and would prefer to be using upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants