mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Re-raise unhandled errors that occur during update handling
This should help the situation in #3870.
This commit is contained in:
@@ -386,6 +386,7 @@ class TelegramBaseClient(abc.ABC):
|
||||
self._borrowed_senders = {}
|
||||
self._borrow_sender_lock = asyncio.Lock()
|
||||
|
||||
self._updates_error = None
|
||||
self._updates_handle = None
|
||||
self._keepalive_handle = None
|
||||
self._last_request = time.time()
|
||||
|
Reference in New Issue
Block a user