ReactiveX / rxdart

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

fix(throttle): fix issue #709, where throttled Stream does not emit done event. #710

Open hoc081098 opened 1 year ago

hoc081098 commented 1 year ago

…one event.

codecov-commenter commented 1 year ago

Codecov Report

Merging #710 (93f29d3) into master (e8ad800) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #710   +/-   ##
=======================================
  Coverage   93.30%   93.31%           
=======================================
  Files          77       77           
  Lines        2390     2392    +2     
=======================================
+ Hits         2230     2232    +2     
  Misses        160      160           
hoc081098 commented 1 year ago

@frankpepermans I'm not sure this change is correct. Could you review it, please? Thanks 👍