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

version 1.8.0 generates infinite loop with retry configured to 0 #128

Open
artmasa opened this issue Feb 28, 2019 · 2 comments
Open

version 1.8.0 generates infinite loop with retry configured to 0 #128

artmasa opened this issue Feb 28, 2019 · 2 comments

Comments

@artmasa
Copy link

artmasa commented Feb 28, 2019

aurelia-fetch version 1.8.0

the following code does not work and it keeps generating requests:

  config
    .rejectErrorResponses()
    .withRetry({
      strategy: 0,
      maxRetries: 0
    }));
@bigopon
Copy link
Member

bigopon commented Feb 28, 2019

@artmasa Haha, cool discovery 😆
Would be nice if you could PR to fix this 👍

@johnmanko
Copy link

Has this every been fixed?

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

3 participants