Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(GuildMemberManager): Use actually random nonce in fetch #4884

Merged
merged 3 commits into from
Oct 17, 2020

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.

src/managers/GuildMemberManager.js Outdated Show resolved Hide resolved
src/managers/GuildMemberManager.js Outdated Show resolved Hide resolved
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