RxJS version:
[email protected]
Code to reproduce:
jsbin example
Rx.Observable.interval(100)
.bufferTime(1000, null, 5)
.take(5)
.subscribe(console.log.bind(console.log));
Expected behavior:
Stream should complete without any errors.
Actual behavior:
Throws a TypeError on complete:
Uncaught TypeError: Cannot read property 'push' of null
BufferTimeSubscriber.openContext @ Rx.js:6288
BufferTimeSubscriber.onBufferFull @ Rx.js:6280
BufferTimeSubscriber._next @ Rx.js:6256
Subscriber.next @ Rx.js:1301
Additional information:
RxJS version:
[email protected]
Code to reproduce:
jsbin example
Expected behavior:
Stream should complete without any errors.
Actual behavior:
Throws a TypeError on complete:
Additional information:
this.contextsinBufferTimeSubscriber.prototype.openContext