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

[BUG] TV sample app does not receive DNSSD updates #25492

Closed
cliffamzn opened this issue Mar 6, 2023 · 0 comments · Fixed by #25355
Closed

[BUG] TV sample app does not receive DNSSD updates #25492

cliffamzn opened this issue Mar 6, 2023 · 0 comments · Fixed by #25355

Comments

@cliffamzn
Copy link
Contributor

Reproduction steps

When a device is advertising over dns-sd and the TX bits change (device name) a message is sent out to indicate that the old advertisement should be expired and the new one should be used.

In the current implementation of the casting app, we stop listening to updates after the discoveryDurationSeconds timeout. This causes us to miss messages and Android seems to fall back to the cached value of the DNS advertisement.

We need to change the usage pattern here so that clients stop the discovery manually after it is started and keep it active for the lifetime they need it for.

Bug prevalence

Always

GitHub hash of the SDK that was being used

6dd5294

Platform

android

Platform Version(s)

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant