Telethon/telethon/network
Andrey Egorov 8057cea294 Fix resending requests on bad salt/msg notification (#369)
These responses from the server could indicate container IDs,
which weren't being saved. This fix also accounts for that case.
2017-10-22 13:13:49 +02:00
..
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
authenticator.py Replace .to_bytes() with the special .__bytes__ function 2017-10-17 19:54:59 +02:00
connection.py Replace int.from_bytes with struct.unpack for consistency 2017-10-12 18:41:58 +02:00
mtproto_plain_sender.py Stop using BinaryWriter on MtProtoPlainSender 2017-09-28 11:43:06 +02:00
mtproto_sender.py Fix resending requests on bad salt/msg notification (#369) 2017-10-22 13:13:49 +02:00