Skip to content

[DiscordRPC] Add debounce to activity updates#216

Merged
Inrixia merged 1 commit intoInrixia:devfrom
Brskt:fix-discordrpc-debounce
Feb 4, 2026
Merged

[DiscordRPC] Add debounce to activity updates#216
Inrixia merged 1 commit intoInrixia:devfrom
Brskt:fix-discordrpc-debounce

Conversation

@Brskt
Copy link
Contributor

@Brskt Brskt commented Feb 4, 2026

Summary

Prevents rate-limit errors when rapidly changing tracks by:

  • Debouncing calls (300ms delay)
  • Queueing updates if one is already in progress

Prevents rate-limit errors when rapidly changing tracks by:
- Debouncing calls (300ms delay)
- Queueing updates if one is already in progress
Copy link
Owner

@Inrixia Inrixia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may wanna swap the denounce handling in this to use asyncDebounce from my @inrixia/helpers

But I can do that later. This looks great, thx!

@Inrixia Inrixia changed the base branch from master to dev February 4, 2026 18:43
@Inrixia Inrixia merged commit 1390e9b into Inrixia:dev Feb 4, 2026
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.

2 participants