de-id / live-streaming-demo

Use D-ID's live streaming API to stream a talking presenter
MIT License
165 stars 136 forks source link

Fixed the function fetchWithRetries from streaming-client.js #24

Open scgreenhalgh opened 5 months ago

scgreenhalgh commented 5 months ago

I fixed the function fetchWithRetries to correctly retry if there is also a response from the API that is not in the status code 2XX range. Previously, it would not retry if it returned any status code and only caught connection errors/network errors.