fetch-client
fetch-client copied to clipboard
version 1.8.0 generates infinite loop with retry configured to 0
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 Haha, cool discovery 😆 Would be nice if you could PR to fix this 👍
Has this every been fixed?