Telethon/telethon
Lonami Exo bfa3001f87 Fix MainThread would lock when reconnecting
This is because it was thinking that the ReadThread would be
ready to read the result, but actually, this thread is also
locked trying to reconnect at the same time
2017-09-22 16:02:10 +02:00
..
crypto Get rid of the initial_query= parameter on .connect() 2017-09-17 16:06:43 +02:00
errors Fix some misleading errors/documentation 2017-09-18 09:37:20 +02:00
extensions Fix BrokenPipeError was instance of OSError 2017-09-22 13:51:11 +02:00
network Detect BrokenAuthKeyError on MtProtoSender._decode_msg 2017-09-22 13:32:00 +02:00
tl Fix representing .stringify() for bytes with indent > 0 2017-09-17 16:35:35 +02:00
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
helpers.py Make lint happier 2017-09-04 17:10:04 +02:00
telegram_bare_client.py Fix reconnect always returning False -> infinite loop 2017-09-22 12:48:04 +02:00
telegram_client.py Fix MainThread would lock when reconnecting 2017-09-22 16:02:10 +02:00
update_state.py Fix UpdateState calling handlers with updates with lower pts 2017-09-19 13:17:40 +02:00
utils.py Fix get_input_* not skipping None entities (#215) 2017-08-30 11:12:25 +02:00