iSynaptic.Commons icon indicating copy to clipboard operation
iSynaptic.Commons copied to clipboard

CompositeDisposable, Dispose() call order

Open pragmatrix opened this issue 12 years ago • 1 comments

Just a thought, but when "disposable" objects do have dependencies among each other and were added to CompositeDisposable in their construction order, wouldn't it be better to dispose them in reversed order by default?

pragmatrix avatar Aug 24 '12 13:08 pragmatrix

Makes sense - I'll make the change. Good catch!

iSynaptic avatar Aug 24 '12 14:08 iSynaptic