Closed yuminekosan closed 1 week ago
Hello again. I am implementing receiving messages via updates. I need to download message attachments, but periodically I get a timeout, after which I cannot receive new updates. Tell me how to solve this problem.
This is a problem in your code. TDLib requests has no timeouts.
Can telegram itself return timeouts to requests?
This can't affect downloadFile.
downloadFile
Hello again. I am implementing receiving messages via updates. I need to download message attachments, but periodically I get a timeout, after which I cannot receive new updates. Tell me how to solve this problem.