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