Open
Description
See:
- 1.x: OnBackpressureBuffer: DROP_LATEST and DROP_OLDEST RxJava#3487
onBackpressureBuffer(int)
errors on overflow RxJava#3233
OnBackpressureBuffer() is more flexible now, and you can instruct it to drop the latest or the oldest value when a new value threatens to overflow the buffer.