omergul / Discovery

A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
Apache License 2.0
417 stars 34 forks source link

multiple instances of discovery #9

Closed yonahforst closed 9 years ago

yonahforst commented 9 years ago

Hey @omergul123 , Great library! I've been grappling with iBeacon (and trying to simulate it using CB) so looking forward to trying this out. Quick question: Do you see any issue with using multiple instances of discovery within the same app? i.e. one instance to discover nearby devices and multiple other instances advertising?

omergul commented 9 years ago

I haven't tried it, have you? But it could drain the battery I suppose. @joshblour

yonahforst commented 9 years ago

I did try it but I was getting spotty results. So I ended up with just one instance of each and a broadcast queue for different uuids.