Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deadlock from drawing 8k of buffer data in context #162

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

egold
Copy link

@egold egold commented Jun 6, 2015

I noticed that sometimes this method would be called with a length of 8192 -- enough time to deadlock Thread 1 on my iPhone 6 Plus for 8-10 seconds. It seems like it is by design (_setMaxLength = YES) but I don't understand why.

Anyway, this Pull Request might be getting at the wrong issue, but I submit it as a way of highlighting an issue that was giving me problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant