ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 271 forks source link

add isClose #687

Closed SpiciedCrab closed 1 year ago

SpiciedCrab commented 2 years ago

Add isClose verification before _add, avoiding setting newValue when the subject is closed.

hoc081098 commented 1 year ago

thank @SpiciedCrab, PR #698 continues this PR