Hi! :wave: I'm using ktor client for the first tim...
# ktor
n
Hi! 👋 I'm using ktor client for the first time. Is there any built-in tool for request throttling? I'm hitting a server that only accepts up to 3 requests per second. I'd like to suspend until the request can be executed successfully. How would you go to implement this?
a
this may of be interest to you: https://github.com/mantono/ktor-rate-limiting
n
I'm trying to do this on the client. But source code there should help, thanks!