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
This is a bug with the scan operator emitting its initial value only when the first value arrived and has been fixed via #3171. It will be part of the next release.
Consider the following observable:
I would expect this to emit
2
immediately, and then 10 seconds later emit3
. Instead it waits 10 seconds, and then emits2
and3
immediately.Am I interpreting this incorrectly?
The text was updated successfully, but these errors were encountered: