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
AbstractTorrentEngine.downloader
animeko/app/shared/app-data/src/commonMain/kotlin/domain/torrent/TorrentEngine.kt
Lines 117 to 119 in e96de28
这里会 memory leak. 因为 scope 永远不会关闭, 而 downloader flow 会 emit. 就会持有所有的 ktor client
No response
430a4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
AbstractTorrentEngine.downloader
animeko/app/shared/app-data/src/commonMain/kotlin/domain/torrent/TorrentEngine.kt
Lines 117 to 119 in e96de28
这里会 memory leak. 因为 scope 永远不会关闭, 而 downloader flow 会 emit. 就会持有所有的 ktor client
复现步骤
No response
Ani 版本号
430a4
操作系统
No response
应用日志
The text was updated successfully, but these errors were encountered: