deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
159 stars 54 forks source link

Improve retries for failed Requests #254

Open jpvajda opened 8 months ago

jpvajda commented 8 months ago

Issue

Performing retries on failed Rest requests could be easier.

A customer using the JS SDK is getting errors ETIMEDOUT and ECONNRESET , and they're wondering if those errors could be caught with a LiveTranscriptionEvents.Error .

Acceptance Criteria

jpvajda commented 8 months ago

@lukeocodes