steavy29 / Telegram.Net

Telegram (http://telegram.org) client library implemented in C#.
17 stars 6 forks source link

got Error: Flood - FLOOD_WAIT_62720 #34

Closed romi4rd1 closed 7 years ago

romi4rd1 commented 7 years ago

That error raised causes by i have running 4 desktop application using same one loginNumber and online for more 2days.

How to resolve that error ?

steavy29 commented 7 years ago

Hi. There is no straight way to solve this, since its limitation of Telegram itself and it occurs because you send too many requests from the same login. So either limit your amount of requests or login with different users(credentials)

romi4rd1 commented 7 years ago

i will try to reduce the limit of login. Oke, thx for your description, @steavy29