Closed csperkins closed 1 year ago
See my answer in #1331 - there's text already there in the API draft that we should at least make sure we're not contradicting. (the proposed wording in this PR doesn't seem to contradict it - but the text explains why we're not proposing to use Resolve() for anything but Rendezvous)
I thought I fixed it - is there more I missed?
Ahhh... I'm an idiot, the text I'm referring to is part of this PR! Sorry, answered in a hurry yesterday. All is well !
Clarifies the limitations of using
Resolve()
on aPreconnection
and makes it clear that it can be used to find local interfaces. Removes the need for a non-standard interface for this when we have a standard one.Closes #1331