Based on <this> article, throwing an exception fro...
# ktor
t
Based on this article, throwing an exception from
handleResponseExceptionWithRequest
should trigger a retry, but in my case, it doesn’t retrigger. Isn’t this how it is supposed to work? Am I missing something? 🤔 Platform: JS
@e5l any idea about this ?
e
It looks connected to the DoubleReceive issue, could you log it? I think it can be related to the bug we have already fixed for 3.1.3
t
which bug was that? and what do you want me to log?
a
Can you please file an issue about the not-being-retried request with an exception? Please share the complete code snippet as text there to reproduce the bug.