diff options
| -rw-r--r-- | discord/gateway.py | 1 |
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) |