Telethon/telethon/extensions
Lonami Exo cc280a129d Remove TcpClient.write/read shared locks
Since they were shared between write and read, and now the read
is done constantly on a separate thread, the read lock would
cause the write method to be locked and not functional at all
2017-09-02 18:49:29 +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 TcpClient.write/read shared locks 2017-09-02 18:49:29 +02:00