meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

Avoid mojang API ratelimit exception spamming on startup when refresh…

Open orsondmc opened this issue 5 months ago • 0 comments

…ing friends

Type of change

  • [x] Bug fix
  • [ ] New feature

Description

Meteor does not handle rate limits when refreshing Friends list. This results in the friends list never getting updated and a lot of spam in logs at startup.

1 second delay should do the trick.

Related issues

Mention any issues that this pr relates to.

How Has This Been Tested?

Videos or screenshots of the changes if applicable.

Checklist:

  • [x] My code follows the style guidelines of this project.
  • [x] I have added comments to my code in more complex areas.
  • [x] I have tested the code in both development and production environments.

orsondmc avatar May 17 '25 23:05 orsondmc