RetryHttpRequestConfig
Types
Link copied to clipboard
data class Custom(val retryTimeoutCallback: RetryHttpRequestConfig.Custom.RetryTimeoutCallback) : RetryHttpRequestConfig
Link copied to clipboard
Minimum retries of 6 for live streams, 3 for other stream types. Backoff maximum is 5 seconds, increasing 1 second per retry.
Link copied to clipboard
retryTimeouts defines a list of timeouts in Seconds. The list size is the maximum retry number. An empty list will result in no retry.