Is there a solution to create a one second delay between the quests we send with Okhttp3? This means, for example, if the user sent 10 requests, check if the previous request interval was one second by now, otherwise the app will wait for one second, then do the sending work.
I checked this link but it did not work: How can I queue up and delay retrofit requests to avoid hitting an api rate limit?