Telethon/telethon
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
..
crypto Use autogen code on the authenticator instead hardcoding requests 2017-09-28 11:36:51 +02:00
errors Making timeout when reporting an error shorter 2017-09-25 12:00:09 +02:00
extensions Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00
network Make MtProtoSender not thread-safe 2017-09-30 11:50:11 +02:00
tl Fix session failing to load if no auth_key present 2017-09-29 19:54:40 +02:00
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
helpers.py Use autogen code on the authenticator instead hardcoding requests 2017-09-28 11:36:51 +02:00
telegram_bare_client.py Attempt at cleaning up TelegramBareClient.invoke() 2017-09-30 11:45:35 +02:00
telegram_client.py Allow disabling spawning a second thread 2017-09-30 11:28:15 +02:00
update_state.py Use a timeout when worker threads are polling 2017-09-30 11:21:07 +02:00
utils.py Rename constructor/subclass_of_id to upper case, keep only static 2017-09-29 13:11:33 +02:00