Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

ReactiveCollection<T> & ReactiveDictionary<T> disposed state #506

Open
Fijo opened this issue Oct 24, 2021 · 0 comments
Open

ReactiveCollection<T> & ReactiveDictionary<T> disposed state #506

Fijo opened this issue Oct 24, 2021 · 0 comments

Comments

@Fijo
Copy link

Fijo commented Oct 24, 2021

I noticed that there's a mistake in the ReactiveCollection class.
Most methods check the disposed state using the isDisposed Field. However this is never updated. Instead the dispose logic uses another field called disposedValue.
The same is the case for ReactiveDictionary

@Fijo Fijo changed the title ReactiveCollection<T> disposed state ReactiveCollection<T> & ReactiveDictionary<T> disposed state Oct 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant