Timeout when doing initial connection.

This commit is contained in:
Rapptz
2017-04-22 02:14:06 -04:00
parent b6ac856868
commit 3cfebc4605
3 changed files with 25 additions and 16 deletions

View File

@ -220,7 +220,7 @@ class DiscordWebSocket(websockets.client.WebSocketClientProtocol):
except websockets.exceptions.ConnectionClosed:
# ws got closed so let's just do a regular IDENTIFY connect.
log.info('RESUME failed (the websocket decided to close) for Shard ID %s. Retrying.', shard_id)
return (yield from cls.from_client(client))
return (yield from cls.from_client(client, shard_id=shard_id))
else:
return ws