Open industral opened 5 years ago
Using AV.Player.fromURL with HTTP bad response, cause library to send requests till it satisfies condition @loop() unless @offset >= @length https://github.com/audiocogs/aurora.js/blob/master/src/sources/browser/http.coffee#L57
AV.Player.fromURL
@loop() unless @offset >= @length
Need to add code to handle such tries, and stop bombing server with requests.
Using
AV.Player.fromURL
with HTTP bad response, cause library to send requests till it satisfies condition@loop() unless @offset >= @length
https://github.com/audiocogs/aurora.js/blob/master/src/sources/browser/http.coffee#L57Need to add code to handle such tries, and stop bombing server with requests.