Is there a way to retry a HttpMethod client call w...
# ktor
s
Is there a way to retry a HttpMethod client call within Ktor? I see an open PR for something but not sure if there is something already implemented. I am using a custom retry/falloff right now.