Good evening, comrades developers! Who worked with retrofit? Now I work with api via retrofit. But the problem is that the user can very often update the tape, thus making a lot of requests per second. I use asynchronous requests. How do I delay the new request?

    1 answer 1

    What's the problem? As far as I know, VKontakte itself limits the frequency of requests, and in case of violation sends the corresponding error, which can be processed. "But the problem is that the user can update the tape very often, thus making a lot of requests per second." - update the tape many times a second? Something I haven’t seen before

    • Yes, but why tell the user that he makes requests too often? Maybe it would be more logical to make him wait? - user252610