mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Document some errors, bump v1.10.7
This commit is contained in:
@@ -113,7 +113,7 @@ class Connection(abc.ABC):
|
||||
try:
|
||||
await self._writer.wait_closed()
|
||||
except Exception as e:
|
||||
# Seen OSError: No route to host
|
||||
# Seen OSError: No route to host and [Errno 32] Broken pipe
|
||||
# Disconnecting should never raise
|
||||
self._log.warning('Unhandled %s on disconnect: %s', type(e), e)
|
||||
|
||||
|
Reference in New Issue
Block a user