Telethon/telethon
Lonami Exo b04607e7ba Ignore requests invoked from ReadThread instead raising
Any unhandled exception on the ReadThread would cause it to stop,
and handling the exception to the main thread on the next invoke
or poll. Instead causing the thread to stop, simply ignore it.
2017-09-23 11:31:58 +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 creating new connections accessing invalid attributes 2017-09-22 16:11:07 +02:00
network Detect BrokenAuthKeyError on MtProtoSender._decode_msg 2017-09-22 13:32:00 +02:00
tl Show the type of children TLObjects on .stringify() 2017-09-23 11:01:25 +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 timeout on confirm_received.wait not being added (fix #257) 2017-09-22 19:20:37 +02:00
telegram_client.py Ignore requests invoked from ReadThread instead raising 2017-09-23 11:31:58 +02:00
update_state.py Process messages without pts 2017-09-22 23:14:31 +02:00
utils.py Fix get_input_* not skipping None entities (#215) 2017-08-30 11:12:25 +02:00