-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auditTime does not emit last value #3430
Comments
|
Possible duplicate of #1777 |
I think this feature is interesting for many things. Possible solution: |
Closing this 'cause, IIRC, the behaviour was changed in v7. See this test: rxjs/spec/operators/auditTime-spec.ts Lines 69 to 83 in f3d2e80
And this change #5799 |
Similar to #3351.
auditTime
does not emit the last value emitted by a completed source.Looking at the test spec it is not defined if this is the intended behavior or not. However, we've twice encountered this thinking it's very strange behaviour.
The text was updated successfully, but these errors were encountered: