-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
URLSessionTask과 관계 없이 ResourceLoader가 원하는 데이터를 전달할 수 있도록 수정 (#1099)
## Description - URLSessionTask가 끝나면 바로 downloadedAudioData를 삭제하고, ResourceLoader로 데이터를 전달하는 로직을 중단하고있어 Player가 Resource가 아직 준비되지 않았다고 판단하고 있음 - 네트워크와 상관 없이 ResourceLoader가 원하는 정보를 음악이 중단될 때까지 제공하도록 수정
- Loading branch information
Showing
1 changed file
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters