Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceur breaks retries #12

Open
pwinckles opened this issue Sep 28, 2018 · 1 comment
Open

Traceur breaks retries #12

pwinckles opened this issue Sep 28, 2018 · 1 comment

Comments

@pwinckles
Copy link

Traceur produces a NoSuchFieldError exception on retry(). I'm using RxJava 2.2.1 I haven't tried older versions. Here's the code to reproduce the issue:

        Traceur.enableLogging();
        Single.defer(() -> {
            return Single.error(new RuntimeException());
        }).retry(3).blockingGet();
@ndwaya
Copy link

ndwaya commented May 21, 2019

I got the same error. I fixed it by change To his other library. It has the same author. Try this one: https://github.com/akarnokd/RxJava2Extensions. It worked for me. The problem seems to be Rx 2.2.1 made some changes. There is a PR for that problem: c421bc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants