KurimuzonAkuma / pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://pyrogram.org
GNU Lesser General Public License v3.0
301 stars 82 forks source link

Fix session not getting saved to media_sessions in save_file method. #20

Closed ALiwoto closed 7 months ago

ALiwoto commented 7 months ago

In save_file method, we end up opening a new Session to an alt dc if it already doesn't exist, but we never save it (cache it in the memory). So each time we end up opening a new session anyone (and we never manually close it either!).