You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 . We can consider this for the .NET SDK as well.
Acceptance Criteria
For Rest Requests make it easy to implement retries
For Streaming Requests make it easy to implement retries
The text was updated successfully, but these errors were encountered:
We should attempt to reconnect on an error unless the user calls Stop/Finish on the websocket meaning we are done using the websocket object until we call connect again.
Issue
Performing retries on failed Rest requests could be easier.
A customer using the JS SDK is getting errors
ETIMEDOUT
andECONNRESET
, and they're wondering if those errors could be caught with aLiveTranscriptionEvents.Error
. We can consider this for the .NET SDK as well.Acceptance Criteria
The text was updated successfully, but these errors were encountered: