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

workaround executer-blocking-handling bug #2040

Merged
merged 1 commit into from
Oct 23, 2020
Merged

Conversation

r10s
Copy link
Member

@r10s r10s commented Oct 23, 2020

this works around the executer-blocking-handling bug as described at async-rs/async-std#900

to make the android4.4 work again, only the flush() at create() is needed - however, create_and_copy() looks very similar to me, so i also added the flush() there. not sure if that is needed at other places as well.

closes #2032
closes deltachat/deltachat-android#1682

@r10s r10s requested a review from link2xt October 23, 2020 14:08
@r10s r10s merged commit 0781316 into master Oct 23, 2020
@r10s r10s deleted the workaround-spawned-tasks branch October 23, 2020 14:20
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.

android 4.4 is not working BlobObject.create() executing in spawned tasks gets stuck
2 participants