neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.01k stars 895 forks source link

ReactiveCollection.Dispose() is not setting isDisposed = true #459

Open hendrik-schulte opened 4 years ago

hendrik-schulte commented 4 years ago

In ReactiveCollection, the isDisposed bool is never been set to true despite some observables checking for it. There is another bool disposedValue that is actually set. isDisposed should probably be renamed to disposedValue.

Creating new issue as #215 has been (mistakenly) closed.