Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bufferWhen): onComplete of closings determine buffers
Change bufferWhen operator to allow its closing Observables to close the buffer whenever the closing Observable emits 'complete'. This is in agreement with functionality in RxJS 4 buffer operator. Important for the test 'Observable.prototype.bufferWhen should emit buffers using varying empty delayed closings'.
- Loading branch information