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.
If you have code like this, and you can imagine several of these streams\subscriptions are created throughout the lifecycle of an application. An error is thrown when trying to dispose of all the streams raising an "Object has been disposed" error.
I've attempted to boil it down to the simplest repro case:
I would expect that the source gets killed, a & b get killed and then no more data is requested from the subject which will be disposed at that time as well.
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.
If you have code like this, and you can imagine several of these streams\subscriptions are created throughout the lifecycle of an application. An error is thrown when trying to dispose of all the streams raising an "Object has been disposed" error.
I've attempted to boil it down to the simplest repro case:
Is running from here: https://codepen.io/jayzawrotny/pen/JJbxgE?editors=0011
I would expect that the source gets killed, a & b get killed and then no more data is requested from the subject which will be disposed at that time as well.
The text was updated successfully, but these errors were encountered: