Closed GoogleCodeExporter closed 8 years ago
Original comment by jonathan...@google.com
on 12 Aug 2015 at 3:45
Update: Please close this as I am no longer able to reproduce this. We did not
change the Chromecast iOS SDK version - so far, logically implies it was an
issue with our own code.
Original comment by jonsl...@ooyala.com
on 13 Aug 2015 at 5:18
Original comment by jonathan...@google.com
on 13 Aug 2015 at 8:03
I've managed to find a way to repro with our own code, and with some
instrumentation I currently think it is due to GCKDeviceManager being dealloc'd
during postNotificationName:object:userInfo:. What I did was to swizzle into
NSNotificationCenter, and see that the postNotificationName dies, and that
GCKDeviceManager was trying to remove its own subscriptions -- which I am
guessing is because it is trying to dealloc.
Ask for Google: Please check for a race with GCKDeviceManager and
NSNotificationCenter cf.
https://www.google.com/#q=nsnotificationcenter+thread+safe
Original comment by jonsl...@ooyala.com
on 17 Aug 2015 at 5:54
Issue 634 has been merged into this issue.
Original comment by jonathan...@google.com
on 17 Aug 2015 at 8:40
Original issue reported on code.google.com by
jonsl...@ooyala.com
on 10 Aug 2015 at 6:27