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 issue #22 for Windows and Android #55

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

jnstahl
Copy link
Contributor

@jnstahl jnstahl commented Jan 31, 2024

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

@jnstahl jnstahl marked this pull request as ready for review January 31, 2024 19:43
@jnstahl
Copy link
Contributor Author

jnstahl commented Jan 31, 2024

moved compilesdk to 34 as this will support multiple IPs in Android

Copy link
Owner

@Nimrodda Nimrodda left a 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?

@jnstahl
Copy link
Contributor Author

jnstahl commented Feb 2, 2024 via email

@Nimrodda
Copy link
Owner

Nimrodda commented Feb 2, 2024

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.

@Nimrodda
Copy link
Owner

Nimrodda commented Feb 2, 2024

btw there are merge conflicts so I can't merge

@jnstahl
Copy link
Contributor Author

jnstahl commented Feb 2, 2024

btw there are merge conflicts so I can't merge

It's just the compilesdk. How can I resolve?

@Nimrodda Nimrodda merged commit d3ca82b into Nimrodda:master Feb 2, 2024
5 checks passed
@jnstahl
Copy link
Contributor Author

jnstahl commented Feb 2, 2024

How would I go about updating the docs? Editing the readme.md is easy, but how is the API doc generated? Automatically?

@Nimrodda
Copy link
Owner

Nimrodda commented Feb 3, 2024

Yes readme update and then I was thinking maybe Dart docs on the property itself or something similar where it will be visible

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