Telethon/telethon/network
Lonami Exo 04ba2e1fc7 Revert disconnect() to be async again (#1133)
It's the only way to properly clean all background tasks,
which the library makes heavy use for in MTProto/Connection
send and receive loops.

Some parts of the code even relied on the fact that it was
asynchronous (it used to return a future so you could await
it and not be breaking).

It's automatically syncified to reduce the damage of being
a breaking change.
2019-03-21 12:21:00 +01:00
..
connection Revert disconnect() to be async again (#1133) 2019-03-21 12:21:00 +01:00
__init__.py Implement different mtproto proxy protocols; refactor obfuscated2 2019-03-10 03:26:24 +01:00
authenticator.py Initial implementation of MTProxy support (#1107) 2019-02-11 00:16:46 +01:00
mtprotoplainsender.py Fix-up missing loggers from f271316 2019-01-12 12:15:29 +01:00
mtprotosender.py Revert disconnect() to be async again (#1133) 2019-03-21 12:21:00 +01:00
mtprotostate.py Make logger fully configurable (#1087) 2019-01-11 15:52:30 +01:00
requeststate.py Implement after_msg_id back 2018-10-19 16:53:50 +02:00