Telethon/telethon/network
Lonami Exo 5da300ca84 Make MtProtoSender not thread-safe
Rationale: a new connection should be spawned if one desires to
send and receive requests in parallel, which would otherwise cause
one of either threads to lock.
2017-09-30 11:50:11 +02:00
..
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
authenticator.py Raise AssertionError instead TypeNotFoundError on authenticator 2017-09-29 13:07:21 +02:00
connection.py Avoid using BinaryWriter where possible 2017-09-27 21:23:59 +02:00
mtproto_plain_sender.py Stop using BinaryWriter on MtProtoPlainSender 2017-09-28 11:43:06 +02:00
mtproto_sender.py Make MtProtoSender not thread-safe 2017-09-30 11:50:11 +02:00