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
bundle数量2000+ 下载器遍历所有bundle需要同步访问文件系统导致卡顿较大 参考方案: 去除同步访问接口,在OnStart时使用wxFileSystem.Stat异步扫描缓存目录,并将已有缓存保存在HashSet中 同时下载缓存后也将结果保存到HashSet
The text was updated successfully, but these errors were encountered:
有一个痛点需要确认一下。YOO底层去记录缓存文件,如果微信插件有清理机制,会导致AB文件加载失败。如何避免这个问题?还是微信插件的清理机制可以关闭或避免?
Sorry, something went wrong.
No branches or pull requests
bundle数量2000+
下载器遍历所有bundle需要同步访问文件系统导致卡顿较大
参考方案:
去除同步访问接口,在OnStart时使用wxFileSystem.Stat异步扫描缓存目录,并将已有缓存保存在HashSet中
同时下载缓存后也将结果保存到HashSet
The text was updated successfully, but these errors were encountered: