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

Some devices need a delay of at least 500 ms to resolve all addresses and resolve again after 1 min #2

Open
WoutProvost opened this issue Jan 29, 2021 · 0 comments

Comments

@WoutProvost
Copy link
Owner

When resolving the addresses inside onServiceAdded.

# Service added
[21:16:27.123] "Test Service" added
[21:16:27.124] "Test Service" resolved to "someIP"
[21:16:27.124] "Test Service" resolved to "someMAC"

# After a full minute
[21:17:27.170] "Test Service" resolved to "someIP"
[21:17:27.170] "Test Service" resolved to "someMAC"
[21:17:27.170] "Test Service" resolved to "someMAC2"

When resolving the addresses after a delay of 500 ms after the call to onServiceAdded.

# Service added
[21:29:24.315] "Test Service" added
[21:29:24.817] "Test Service" resolved to "someIP"
[21:29:24.817] "Test Service" resolved to "someMAC"
[21:29:24.822] "Test Service" resolved to "someMAC2"

# After a full minute
[21:30:24.804] "Test Service" resolved to "someIP"
[21:30:24.803] "Test Service" resolved to "someMAC"
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

No branches or pull requests

1 participant