Telethon/telethon/network
Lonami Exo e24dd3ad75 Prevent double-connect causing double-reads later
Which leads to "RuntimeError: readexactly() called while another
coroutine is already waiting for incoming data" being raised,
and causing everything to break or halt.
2019-08-11 19:05:11 +02:00
..
connection Don't raise errors during disconnect 2019-05-10 18:54:10 +02:00
__init__.py Add type hints to all public methods in the client 2019-05-03 21:38:41 +02: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 Prevent double-connect causing double-reads later 2019-08-11 19:05:11 +02:00
mtprotostate.py Apply several lints 2019-05-03 21:38:41 +02:00
requeststate.py Implement after_msg_id back 2018-10-19 16:53:50 +02:00