tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Timeout from downloadFile #3073

Closed yuminekosan closed 1 week ago

yuminekosan commented 1 month 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.

levlam commented 1 month ago

This is a problem in your code. TDLib requests has no timeouts.

yuminekosan commented 1 month ago

Can telegram itself return timeouts to requests?

levlam commented 1 month ago

This can't affect downloadFile.