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

视频文件过大时, 二次进入读缓存会一直递归调用processActions到崩溃 #82

Open
whatya opened this issue Aug 18, 2022 · 2 comments

Comments

@whatya
Copy link

whatya commented Aug 18, 2022

  • (void)processActions {
    if (self.isCancelled) {
    return;
    }
@panmingyang2009
Copy link

应该在这个 PR 里被修复了: #85

@NeilMmmm
Copy link

NeilMmmm commented Dec 29, 2022

image
image
使用了 #85 之后,我也遇到了相同的问题。

在收到系统的didReceiveMemoryWarningNotification后调用 VIMediaDownloader.cancel无法阻止内存增长
清除缓存之后,重新加载相同的视频地址没有再出现这个问题。

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

3 participants