Christos Froussios

Results 5 comments of Christos Froussios

Experimental operators - `Observable onBackpressureBlock()` - `Observable onBackpressureBlock(int maxQueueLength)` - `Observable onBackpressureBuffer(long capacity, Action0 onOverflow)` - `Observable switchIfEmpty(Observable

Experimental operators - `Observable onBackpressureBlock()` - `Observable onBackpressureBlock(int maxQueueLength)` - `Observable onBackpressureBuffer(long capacity, Action0 onOverflow)` - `Observable switchIfEmpty(Observable

Thanks for discovering this. It appears that the behaviour has changed since the example was written. I think this may be a new bug in RxJava. Apart from the fact...

I ran the code against older versions of RxJava. It appears that the new behaviour is for 1.0.10 and newer.

I haven't been keeping up, unfortunately, since RxJava isn't part of my full-time job. It is in my todo list to read up on RxJava, and when I do, I'll...