Browse Source

Reconnect when a task times out and propagates.

pull/1278/head
Rapptz 8 years ago
parent
commit
b7488d7c6e
  1. 1
      discord/client.py

1
discord/client.py

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

Loading…
Cancel
Save