UniRx
UniRx copied to clipboard
ReactiveCollection.Dispose() is not setting isDisposed = true
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.