Telethon/telethon/tl
Lonami Exo 0b41454b01 Fix conversation setting result on cancelled futures
On timeout, they are cancelled. On a new message
arriving, we pop and set the result unconditionally.

    conv.send_message('Talk to me please')
    conv.get_response()
    try: conv.get_response(timeout=0.1)
    except asyncio.TimeoutError: pass
    conv.send_message('One more time...')
    conv.get_response()  # errors unless above is commented
2019-05-27 14:10:38 +02:00
..
core Lower the maximum amount of requests per container 2019-02-13 10:16:59 +01:00
custom Fix conversation setting result on cancelled futures 2019-05-27 14:10:38 +02:00
__init__.py Subclass TLRequest for content-related objects 2018-06-12 20:14:21 +02:00
tlobject.py Add TLObject.to_json() for convenience 2018-12-27 20:15:35 +01:00