Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information