Skip to content

Conversation

@wasdennnoch
Copy link
Contributor

@wasdennnoch wasdennnoch commented Oct 3, 2020

Please describe the changes this PR makes and why it should be merged:

Fixes #4883
If you call the function mulltiple times immediately after another (within the same millisecond), both request would have the same nonce, resulting in the second request resulting with the data of the first request.
To fix this, make sure to use an actually random nonce when fetching members.

Status

  • Code changes have been tested against the Discord API, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

Semantic versioning classification:

  • This PR changes the library's interface (methods or parameters added)
    • This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
  • This PR only includes non-code changes, like changes to documentation, README, etc.

Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
@iCrawl iCrawl merged commit 937153a into discordjs:master Oct 17, 2020
GiorgioBrux pushed a commit to GiorgioBrux/discord.js that referenced this pull request Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GuildMemberManager.fetch is not reentrant

5 participants