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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I understand that it doesn't make so much sense to pass a non natural number to repeat. In our case, the repeat count was calculated dynamically, which made it unclear that this was an issue.
I realize this isn't a problem in later (or "non-lite") versions, just leaving this info here for future googlers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally posted here: ReactiveX/rxjs#3415, but was told it belongs in this repo.
RxJS version:
[email protected]
Code to reproduce:
Expected behavior:
Either throw an error, or repeat 2, or 3 times.
Actual behavior:
Repeats infinitely, logs:
Additional information:
I understand that it doesn't make so much sense to pass a non natural number to
repeat
. In our case, the repeat count was calculated dynamically, which made it unclear that this was an issue.I realize this isn't a problem in later (or "non-lite") versions, just leaving this info here for future googlers.
The text was updated successfully, but these errors were encountered: