Wang Guanyu

Results 6 comments of Wang Guanyu

@joesus I noticed that you removed the `needs-triage` label. Thanks for that. Is this bug confirmed? I would happy to know when will it be fixed. 😊

@samodom Thanks for replying. Here is the video. https://github.com/wgy6055/wgy6055/raw/092a383b7bbaa8a35ab407fb3742bed28290eb9c/RPReplay_Final1644999689.MP4

谢谢反馈,这个是已知bug,我抽空改一下。

初步可以确定是因为这个懒加载 https://github.com/ChangbaDevs/KTVHTTPCache/blob/df2c35342ab222f808b9a43ba34de1228ff4bb9f/KTVHTTPCache/Classes/KTVHCDownload/KTVHCDownload.m#L236-L238 多线程调用时会生成多个 NSLock 实例,导致锁失效,进而出现崩溃。解决办法是在 `-init` 方法里初始化锁。