Is there a way to retry requests with Ktor ? I’ve tried using HttpSend feature, but wasn’t able to get the request to retry 😞
I am referring to client implementation ofc
➕ 1
Goku
03/15/2021, 10:42 AM
Found a way, nevermind. I have set timeout to be very low and it didn’t even manage to retry the request 😄
If anyone needs it, a very basic sample: