Retries an Observable with a [delay]. Will retry [count] times. Defaults to 1.
1
The delay (milliseconds) the operator will wait before each retry. This also includes the first try.
The number of times the operator will retry the execution. Defaults to 1.
Generated using TypeDoc
Retries an Observable with a [delay]. Will retry [count] times. Defaults to
1
.