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
The problem is that 60 minutes is too long for smaller message and document files. And maybe it's not long enough for larger files. It also doesn't quite makes sense to have a vastly different timeout default between text replies and text messages. A 20 second timeout for a reply is so much smaller than a 60 minute timeout for a message. They really should be using the same timeout defaults.
Ideas
The SDK could calculate a minimum bitrate for downloads based on file size
This SDK could also use a ramp-up policy that increases the timeout size based on number of retries.
The text was updated successfully, but these errors were encountered:
Description
The client used to pass a timeout value to the SDK to tell it that a
download_submission
anddownload_reply
request should only take 20 seconds. Now the client no longer passes timeout values and instead relies on the SDK to determine when a timeout occurs with the server.Currently, the SDK only uses the following default values to determine when there is a timeout:
The problem is that 60 minutes is too long for smaller message and document files. And maybe it's not long enough for larger files. It also doesn't quite makes sense to have a vastly different timeout default between text replies and text messages. A 20 second timeout for a reply is so much smaller than a 60 minute timeout for a message. They really should be using the same timeout defaults.
Ideas
The text was updated successfully, but these errors were encountered: