We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we pass the first one (if any) in the DnssdService, and the rest as a Span<IPAddress>, after #15239.
Span<IPAddress>
Just pass them all in the Span<IPAddress>.
The text was updated successfully, but these errors were encountered:
Stop passing our addresses from resolve in two different places.
7a94d9e
We used to pass some in the DnssdService and some in a Span. Now just pass them all in the Span. Fixes project-chip#15279
b28415f
Stop passing our addresses from resolve in two different places. (#18708
09bb6fd
) We used to pass some in the DnssdService and some in a Span. Now just pass them all in the Span. Fixes #15279
Successfully merging a pull request may close this issue.
Problem
Right now we pass the first one (if any) in the DnssdService, and the rest as a
Span<IPAddress>
, after #15239.Proposed Solution
Just pass them all in the
Span<IPAddress>
.The text was updated successfully, but these errors were encountered: