Closed GoogleCodeExporter closed 9 years ago
Specifically, the self.deviceScanner.devices is not empty when its delegate
method, deviceDidGoOffline:, is called.
Original comment by marcus.m...@gmail.com
on 17 Oct 2014 at 10:28
As a workaround, you can defer updating whatever objects you need to update
until the next run loop (which is when all status updates should have been
applied and self.deviceScanner.devices will have returned the correct value).
You can do this by calling performSelector:withObject:afterDelay inside
deviceDidGoOffline.
Original comment by christia...@google.com
on 21 Oct 2014 at 5:10
This is fixed in the upcoming SDK release.
Original comment by mlind...@google.com
on 20 Nov 2014 at 2:12
The new release is now available. For release notes, please refer to this page:
https://developers.google.com/cast/docs/release-notes
Original comment by christia...@google.com
on 2 Dec 2014 at 9:52
Original issue reported on code.google.com by
marcus.m...@gmail.com
on 17 Oct 2014 at 10:27