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
I recently updated my version RxJS from 6.5.4 to 7.5.5 and started coming across issues in my unit tests. I eventually narrowed it down to something in concat. In 6.5.4, if a root observable was shared between the first and second param of concat, the observable would not complete during the transition. This is not the case in 7.5.5, and I have not found documentation that outlines a breaking change.
Expected behavior
I expected the shared root observable to survive the transition between subscriptions in the concat.
Describe the bug
I recently updated my version RxJS from 6.5.4 to 7.5.5 and started coming across issues in my unit tests. I eventually narrowed it down to something in
concat
. In 6.5.4, if a root observable was shared between the first and second param ofconcat
, the observable would not complete during the transition. This is not the case in 7.5.5, and I have not found documentation that outlines a breaking change.Expected behavior
I expected the shared root observable to survive the transition between subscriptions in the
concat
.Reproduction code
Reproduction URL
https://stackblitz.com/edit/rxjs-bhfcss?file=index.ts
Version
6.5.4 and 7.5.5
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: