Reconnect when a task times out and propagates.

This commit is contained in:
Rapptz 2017-02-19 17:44:27 -05:00
parent c6d26216a6
commit b7488d7c6e

View File

@ -401,6 +401,7 @@ class Client:
except (HTTPException,
GatewayNotFound,
aiohttp.ClientError,
asyncio.TimeoutError,
websockets.InvalidHandshake,
websockets.WebSocketProtocolError) as e: