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
Several AWS services have specific timeout values they specify for HTTP reads. The Kotlin SDK should allow for the specification of a service read timeout.
Open questions:
does this timeout need to be adjusted at the operation level as well?
what's the intersection of this and CRT-provided retry logic?
should this be overridable by customers?
The text was updated successfully, but these errors were encountered:
Several AWS services have specific timeout values they specify for HTTP reads. The Kotlin SDK should allow for the specification of a service read timeout.
Open questions:
The text was updated successfully, but these errors were encountered: