Browse Source

Fix stream access exception when ratelimited (#2117)

tags/3.3.2
Quin Lynch GitHub 3 years ago
parent
commit
a1cfa41953
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Rest/Net/Queue/RequestQueueBucket.cs

+ 0
- 1
src/Discord.Net.Rest/Net/Queue/RequestQueueBucket.cs View File

@@ -75,7 +75,6 @@ namespace Discord.Net.Queue
switch (response.StatusCode)
{
case (HttpStatusCode)429:
info.ReadRatelimitPayload(response.Stream);
if (info.IsGlobal)
{
#if DEBUG_LIMITS


Loading…
Cancel
Save