mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Reconnect when a task times out and propagates.
This commit is contained in:
parent
c6d26216a6
commit
b7488d7c6e
@ -401,6 +401,7 @@ class Client:
|
||||
except (HTTPException,
|
||||
GatewayNotFound,
|
||||
aiohttp.ClientError,
|
||||
asyncio.TimeoutError,
|
||||
websockets.InvalidHandshake,
|
||||
websockets.WebSocketProtocolError) as e:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user