sochix / TLSharp

Telegram client library implemented in C#
1k stars 380 forks source link

GetHistoryAsync don't works after some minutes #891

Open imclint21 opened 4 years ago

imclint21 commented 4 years ago

Hi,

I currently implement a Timer that fetches GetHistoryAsync every 3 seconds and after some minutes, it does not work, it's a bit strange!

I tried to display some Flags and others and nothing changes.

Any idea of the reason? do I make an error using a Timer object?

Best regards