Commits


Ryan Wilson authored and Paul Beusterien committed 1b777acdca0
Fix IID singleton usage. (#2446) The singleton is cached and vended from the Core component system, we shouldn't wrap it in a dispatch_async or cache it with a global variable. This matches a change internally that has been made and shipped.