diff --git a/discord/gateway.py b/discord/gateway.py index 415eed418..d21a6356e 100644 --- a/discord/gateway.py +++ b/discord/gateway.py @@ -355,6 +355,7 @@ class DiscordWebSocket(websockets.client.WebSocketClientProtocol): future = entry.future if future.cancelled(): removed.append(index) + continue try: valid = entry.predicate(data)