Telethon/telethon/network
Lonami Exo 4ab5c7d92d Fix reconnect sentinel when not reconnecting in send_loop
It would cause issues with the debug logs, since it assumes it's
a TLMessage, which have an .obj attribute. Second, the send_loop
is also smarter regarding reconnects (since OSError often occur
due to not being connected at all, namely ConnectionResetError).
2018-06-20 18:19:57 +02:00
..
connection Pump up default timeout from 5 to 10s 2018-06-17 11:46:56 +02:00
__init__.py Create auth_key if not present 2018-06-07 16:32:12 +02:00
authenticator.py Implement retry and fail cases in authenticator 2018-06-07 17:25:02 +02:00
mtprotoplainsender.py Reuse some more code from MTProtoState 2018-06-09 11:36:59 +02:00
mtprotosender.py Fix reconnect sentinel when not reconnecting in send_loop 2018-06-20 18:19:57 +02:00
mtprotostate.py Subclass TLRequest for content-related objects 2018-06-12 20:14:21 +02:00