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
timer(Number.MAX_SAFE_INTEGER) emits immediately after subscription
the largest possible number is 47899622768639, from 47899622768640 on it emits immediately
it is a small issue and can easily be workarounded but it makes for a nice default value for optional configurations.
Expected behavior
timer(Number.MAX_SAFE_INTEGER) can be read as "never emit"
Describe the bug
timer(Number.MAX_SAFE_INTEGER)
emits immediately after subscriptionthe largest possible number is
47899622768639
, from47899622768640
on it emits immediatelyit is a small issue and can easily be workarounded but it makes for a nice default value for optional configurations.
Expected behavior
timer(Number.MAX_SAFE_INTEGER)
can be read as "never emit"Reproduction code
Reproduction URL
https://stackblitz.com/edit/rxjs-kbuxzw?devtoolsheight=60&file=index.ts
Version
7.5.5
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: