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
For me this is similar cases to #2144 (comment), in general you can't expect default behavior with unexepcted input value, in this case undefined. retry strictly requires number as parameter and caller should ensure input, either providing 0 to get no retry behavior or certain other numbers.
RxJS version:
5.4.2
Code to reproduce:
Expected behavior:
No retries, single
ERROR
in consoleActual behavior:
Infinite retries
Additional information:
It's case when we passed retries count from above and it can be undefined.
The text was updated successfully, but these errors were encountered: