We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
应该在这个 PR 里被修复了: #85
Sorry, something went wrong.
使用了 #85 之后,我也遇到了相同的问题。
在收到系统的didReceiveMemoryWarningNotification后调用 VIMediaDownloader.cancel无法阻止内存增长 清除缓存之后,重新加载相同的视频地址没有再出现这个问题。
No branches or pull requests
if (self.isCancelled) {
return;
}
The text was updated successfully, but these errors were encountered: