UniRx icon indicating copy to clipboard operation
UniRx copied to clipboard

ReactiveCollection.Dispose() is not setting isDisposed = true

Open hendrik-schulte opened this issue 4 years ago • 0 comments

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.

hendrik-schulte avatar Jun 18 '20 15:06 hendrik-schulte