From b7488d7c6e8eddeb7807fbd942a6d6d7806d055b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 19 Feb 2017 17:44:27 -0500 Subject: [PATCH] Reconnect when a task times out and propagates. --- discord/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/client.py b/discord/client.py index dc3b24ccb..9d3ea7613 100644 --- a/discord/client.py +++ b/discord/client.py @@ -401,6 +401,7 @@ class Client: except (HTTPException, GatewayNotFound, aiohttp.ClientError, + asyncio.TimeoutError, websockets.InvalidHandshake, websockets.WebSocketProtocolError) as e: