ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 117 forks source link

HTTPSource errors handling #16

Closed daria-kopaliani closed 11 years ago

daria-kopaliani commented 11 years ago

When internet connection disappears bad things happen

ap4y commented 11 years ago

Thanks for reporting this issue, I just checked the code and it seems like current implementation can produce deadlocks on read, I will try to address this next week.