mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
1cd11391c4
Borrowed senders are not disconnected immediately, but after a while. If a borrow was used recently but the user requested the main client to disconnect, those borrows "shouldn't" disconnect because they were used recently. However, if the user requests a disconnect, they mean that EVERYTHING should be disconnected, even if the borrows are recent. This actually gets rid of warnings about send/recv tasks being destroyed, which partially addresses #1634. That issue may still have more causes though. |
||
---|---|---|
.. | ||
client | ||
crypto | ||
errors | ||
events | ||
extensions | ||
network | ||
sessions | ||
tl | ||
__init__.py | ||
entitycache.py | ||
helpers.py | ||
hints.py | ||
password.py | ||
requestiter.py | ||
statecache.py | ||
sync.py | ||
utils.py | ||
version.py |