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 text was updated successfully, but these errors were encountered:
davdev82
changed the title
Replace retryWhen() operator used in retryBackOff() with retry() operator
Replace retryWhen() operator used in retryBackoff() with retry() operator
Nov 20, 2024
https://rxjs.dev/api/operators/retryWhen operator used in retryBackoff() operator is Deprecated.
Can the implementation of retryBackoff() use the recommended https://rxjs.dev/api/operators/retry operator instead.
The text was updated successfully, but these errors were encountered: