fetch-client icon indicating copy to clipboard operation
fetch-client copied to clipboard

version 1.8.0 generates infinite loop with retry configured to 0

Open artmasa opened this issue 6 years ago • 2 comments

aurelia-fetch version 1.8.0

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

  config
    .rejectErrorResponses()
    .withRetry({
      strategy: 0,
      maxRetries: 0
    }));

artmasa avatar Feb 28 '19 15:02 artmasa

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

bigopon avatar Feb 28 '19 20:02 bigopon

Has this every been fixed?

johnmanko avatar Oct 30 '21 04:10 johnmanko