Closed gribodyr closed 1 year ago
Did you test with the git version and not the one in crates io?
Thanks for the tip!
I checked out the repo a few weeks ago, wasn't using the crates.io version. I've just updated my copy and there are quite a few changed files. So I deployed it and am leaving it for a few hours to see if it enters that loop again.
Meanhile, would you mind answering a few questions?
Thank you!
The library was born as a port of Telethon which has several years on its back. My hope is we will iron the kinks as more people use grammers. Features such as autoreconnect are not yet implemented (but are not bulletproof in Telethon either anyway. Anything dealing with IO should be a service with some restart policy anyway).
Session file contains the update state. If the program dies and you want to fetch missed updates when it goes back up, you should've saved the session prior to the crash.
For questions I would prefer if we used https://t.me/gramme_rs.
It's fixed, thank you for the tip and the answers!
I am using grammers as a userbot. I have an account which is subscribed to a large number of channels/chats.
When I launch my application and enter the update loop, in a short while the log starts to get flooded with the entries like these:
Thousands of these.
What could be the reason?