Telethon/telethon/network
Lonami Exo b83cd98ba0 Replace TLObject.on_send with the new .to_bytes()
This also replaces some int.to_bytes() calls with a faster
struct.pack (up to x4 faster). This approach is also around
x3 faster than creating a BinaryWriter just to serialize a
TLObject as bytes.
2017-09-26 14:36:02 +02:00
..
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
authenticator.py Fix authenticator was disconnecting when it shouldn't 2017-09-21 13:54:44 +02:00
connection.py Create a Connection only once and avoid no-op if was "connected" 2017-09-21 13:44:22 +02:00
mtproto_plain_sender.py Catch -404 BrokenAuthKeyError on .connect()'s .do_authentication 2017-09-17 18:38:03 +02:00
mtproto_sender.py Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00