softonic/axios-retry

Combining `axios-retry` with other interceptors

Closed this issue · 1 comments

Hello, we are trying to combine axios-retry with other interceptors to have a client capable of logging or measuring request performances. I noticed that in case of retry, the response interceptors receive several time the same error. Is it an expected behavior ?

I believe this is duplicated #246
Feel free to reopen if that's not te case