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

Ensure the same item only appears once on the list #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smoy
Copy link

@smoy smoy commented May 8, 2015

Prior to the change, the same item can be repeated added to the list.
We use a map to ensure the same item (based on ID property) appear only once.

Prior to the change, the same item can be repeated added to the list.
We use a map to ensure the same item (based on ID property) appear only once.
@smoy
Copy link
Author

smoy commented May 8, 2015

It turns out the behavior varies quite wildly between HTC One (M7) with Android 5.0.2 and Nexus 7 (2013) with Android 5.1.1.

With the HTC M7, discovery can report the same item (with same guid) multiples time during the 10sec scan. Where as the Nexus 7 only reports same device during the 10sec interval.

:/

@Yenthe666
Copy link
Contributor

Same problem happens with a Nexus 5 by default (Android 5.0 and Android 5.1). It will keep adding items to the list that have already been added.

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

3 participants