Telethon/telethon/extensions
Lonami Exo 36f51e1e3f Remove ability to TcpClient.cancel_read()
This simplifies the process of sending and receiving data,
and makes use of Python's socket.settimeout instead a hand-crafted
version with a sort-of arbitrary self.delay = 0.1 (seconds), which
should improve the speed of the method
2017-09-02 19:14:11 +02:00
..
__init__.py Add support for tcp_obfuscated on the Connection class (#112) 2017-08-28 21:44:02 +02:00
binary_reader.py Slightly reorganise the project structure 2017-06-09 16:13:39 +02:00
binary_writer.py Set a known buffer size if possible on BinaryWriter()s 2017-08-29 20:44:51 +02:00
tcp_client.py Remove ability to TcpClient.cancel_read() 2017-09-02 19:14:11 +02:00