mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 11:40:11 +03:00
My stupid mistake in clearing waiting objects
This commit is contained in:
parent
16cf94c9ad
commit
879c67a960
|
@ -270,7 +270,7 @@ class MtProtoSender:
|
|||
|
||||
def _clear_all_pending(self):
|
||||
for r in self._pending_receive.values():
|
||||
r.confirm_received.request.set()
|
||||
r.request.confirm_received.set()
|
||||
self._pending_receive.clear()
|
||||
|
||||
def _handle_pong(self, msg_id, sequence, reader):
|
||||
|
|
Loading…
Reference in New Issue
Block a user