Files
Telethon/telethon
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
..
2019-05-22 11:29:46 +02:00
2019-05-06 08:55:24 +02:00
2019-05-19 22:18:35 +02:00
2019-05-06 08:55:24 +02:00