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

FileDownloadSerialQueue maybe deadlock #858

Closed
ViTess opened this issue Dec 6, 2017 · 0 comments
Closed

FileDownloadSerialQueue maybe deadlock #858

ViTess opened this issue Dec 6, 2017 · 0 comments
Labels
Milestone

Comments

@ViTess
Copy link

ViTess commented Dec 6, 2017

I try to override FileDownloadSerialQueue to my project , and I found it may deadlock sometimes . Because the BlocklingQueue.take() will call await() in thread , it will hold the finishCallback lock . I think that synchronized no need to used in SerialLoop .

@Jacksgong Jacksgong added the bug label Dec 6, 2017
@Jacksgong Jacksgong added this to the 1.6.9 milestone Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants