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

在缓存里,反复暂停,恢复ASI会报错 #8

Open
windgentle opened this issue Sep 25, 2016 · 9 comments
Open

在缓存里,反复暂停,恢复ASI会报错 #8

windgentle opened this issue Sep 25, 2016 · 9 comments

Comments

@windgentle
Copy link

if (delegate && [delegate respondsToSelector:didStartSelector]) 这个地方会奔溃。

@pingcoder0505
Copy link

你解决了吗?或者找到更好的下载替换的了吗?

@sandsame
Copy link

sandsame commented Nov 1, 2016

同问,这个问题我也出现了

@yaooort
Copy link

yaooort commented Nov 4, 2016

好坑,没人管没人维护

@ghost
Copy link

ghost commented Nov 4, 2016

if (delegate && [delegate respondsToSelector:didStartSelector]) 这个崩溃的地方是asi的问题,把代理都设置成weak,然后把其他地方的delegate改成self.delegate && self.delegate res... (针对还一个receive..崩溃的地方)我暂时只找到这个解决方法

@renzifeng
Copy link
Owner

我已经找到了解决办法,暂时还没更新

@renzifeng
Copy link
Owner

已更新,请大家测试下,反馈给我

@ilnaw
Copy link

ilnaw commented Nov 9, 2016

仍然有崩溃问题

@renzifeng
Copy link
Owner

@ilnaw 怎么复现的bug

@ilnaw
Copy link

ilnaw commented Nov 10, 2016

断网点击下载。 或者反复点击开始下载 暂停下载时会重现。pod 'ZFDownload','~> 1.0.1'

我把ZFHttpRequest 的 asi 的 代理 换成了 setCompletionBlock的形式的回调。貌似不会崩溃了

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

No branches or pull requests

6 participants