-
Notifications
You must be signed in to change notification settings - Fork 8
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 issue #22 for Windows and Android #55
Conversation
moved compilesdk to 34 as this will support multiple IPs in Android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. So on iOS and MacOS the hostAddresses will just be empty I guess?
Yes. But that shouldn't break any implementation.
…On Thu, Feb 1, 2024, 11:54 PM Nimrod Dayan ***@***.***> wrote:
***@***.**** approved this pull request.
Looking good. So on iOS and MacOS the hostAddresses will just be empty I
guess?
—
Reply to this email directly, view it on GitHub
<#55 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGPGOTFGRP4BHJ7QSGSAIDYRSLRFAVCNFSM6AAAAABCTUTCU6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQNJYGU4TINZXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ok, but I think it would be good to document it. I unfortunately don't have the time to figure out the implementation for iOS and MacOS, but if you happen to have, then that would be great. |
btw there are merge conflicts so I can't merge |
It's just the compilesdk. How can I resolve? |
How would I go about updating the docs? Editing the readme.md is easy, but how is the API doc generated? Automatically? |
Yes readme update and then I was thinking maybe Dart docs on the property itself or something similar where it will be visible |
OK I urgently needed support for multiple addresses including ipv6.
I was able to make the change for android and windows but I don't have the tools to work on iOS.
the change should be transparent though.
The NsdServiceInfo class now has a field called 'hostAddresses' which is a nullable list of Strings containing the String representation of ipv4 and ivp6 addresses