Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

[ASImageNode] @synchronized around UIImage draw to prevent concurrently decoding the same instance.#1097

Merged
appleguy merged 1 commit intomasterfrom
iOS9ConcurrentImageDecodingSystemBug
Jan 23, 2016
Merged

[ASImageNode] @synchronized around UIImage draw to prevent concurrently decoding the same instance.#1097
appleguy merged 1 commit intomasterfrom
iOS9ConcurrentImageDecodingSystemBug

Conversation

@appleguy
Copy link
Copy Markdown
Contributor

This is a workaround necessary due to an iOS 9 bug. I'm not gating it to iOS 9 only so as to
not exaggerate iOS version-specific behavior differences in the framework, since a majority are
on iOS 9 anyway. If we can confirm the bug is fixed in a later iOS version, then it will be gated.

Issue tracked in greater detail here: #1068

…g the same instance.

This is a workaround necessary due to an iOS 9 bug.  I'm not gating it to iOS 9 only so as to
not exaggerate iOS version-specific behavior differences in the framework, since a majority are
on iOS 9 anyway.  If we can confirm the bug is fixed in a later iOS version, then it will be gated.

Issue tracked in greater detail here: #1068
appleguy added a commit that referenced this pull request Jan 23, 2016
…temBug

[ASImageNode] @synchronized around UIImage draw to prevent concurrently decoding the same instance.
@appleguy appleguy merged commit 64ad48a into master Jan 23, 2016
@appleguy appleguy deleted the iOS9ConcurrentImageDecodingSystemBug branch January 23, 2016 21:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant