Dave Moten
Dave Moten
I've been waiting a bit for RxJava 3 to get some stability. I'll put it on my backlog.
By the way you can use rxjava2-extras with RxJava 3 using https://github.com/akarnokd/RxJavaBridge.
What does this mean? I'm not programming on Android.
I like it. I'd be glad to give it a home, thanks. I'll have a think what to name it (`Strings.createInputStream(Flowable, Charset)` perhaps, or `Strings.toInputStream`).
Oh I just copied and pasted then fixed for Java 6. Would have been more polite to see if you wanted to make a PR (and good for the commit...
Ok, can you give me a use case (just wondering if there's another way to do it)? I use `retryWhen` for IO calls especially and usually do so with a...
In your email you mentioned that your use case involves network IO. I suggest that a time-based retry is more appropriate. If you want to fail after 7 attempts with...
Hi, if I remember correctly this was a sufficient test to isolate the problem described by the test method name. Feel free to submit PR to provide more test coverage...
This operator currently lives in an external project rxjava-extras. It might get contributed to the ReactiveX libraries somewhere if there is demand but in the meantime I suspect this is...
@abersnaze I imagine so. I like your suggestion. I'll pop this on my list of things to do.