tc39 / proposal-observable

Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.08k stars 90 forks source link

Close subscription on error/complete #150

Closed disnet closed 7 years ago

disnet commented 7 years ago

My understanding is that a subscription is supposed to be automatically closed on error/complete (source) but the spec doesn't seem to enforce this.

I think this is the right way of stating it.