Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

question about buffer operators #1547

Closed snackycracky closed 6 years ago

snackycracky commented 6 years ago

Hello, why do operators such as bufferWhen that call a users function every time they open a new buffer/window don't let you react to values going through ? I would like to flush the buffer when some condition on the buffered accumulation is met. Is there a reason for this design ? I am sure it was discussed before.

whiteinge commented 6 years ago

This repo is in maintenance-only mode. The bufferWhen operator is in the newer RxJS version so you'll want to ask this question over in that repo instead: https://github.com/ReactiveX/RxJS

snackycracky commented 6 years ago

thanks I already did