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 Feb 16, 2024. It is now read-only.
When OnCompleted is called on a Subject,
the associated ReadOnlyReactiveProperty's OnCompleted should also be invoked,
but it is not happening as expected.
Nothing is printed to the console with this code, whereas 'OnCompleted' should be outputted.
The text was updated successfully, but these errors were encountered:
ymfact
changed the title
ReadOnlyReactiveProperty has a bug about OnCompleted
ReadOnlyReactiveProperty does not call OnCompleted in some cases
Nov 29, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When OnCompleted is called on a Subject,
the associated ReadOnlyReactiveProperty's OnCompleted should also be invoked,
but it is not happening as expected.
Nothing is printed to the console with this code, whereas 'OnCompleted' should be outputted.
The text was updated successfully, but these errors were encountered: