aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/gateway.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/gateway.py b/discord/gateway.py
index fb06b1c2..9c69baba 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)