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

download STOP when multiple getfile request send? #2705

Closed jnxyatmjx closed 11 months ago

jnxyatmjx commented 11 months ago

image when i simultaneously send getfile request (about 10 request in 1 second)?why the part download processer stop work?

jnxyatmjx commented 11 months ago

i use the telegram-bot-api as the local server

levlam commented 11 months ago

Currently, to allow at least some files to be downloaded when too many simultaneous getFile requests are sent, the files for which getFile was called last are downloaded first.

jnxyatmjx commented 11 months ago

Currently, to allow at least some files to be downloaded when too many simultaneous getFile requests are sent, the files for which getFile was called last are downloaded first.

thanks,got it

jnxyatmjx commented 11 months ago

Currently, to allow at least some files to be downloaded when too many simultaneous getFile requests are sent, the files for which getFile was called last are downloaded first.

thanks,got it

Currently, to allow at least some files to be downloaded when too many simultaneous getFile requests are sent, the files for which getFile was called last are downloaded first.

Could you tell me the maximum limites amount of send messages simultaneous?

levlam commented 11 months ago

https://core.telegram.org/bots/faq#broadcasting-to-users