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: Equicord loosing it when starting without internet connection #54

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TheAyes
Copy link

@TheAyes TheAyes commented Jan 6, 2025

When starting the app without internet connection it just brings a blank window up. This is a first attempt to fix this issue by retrying after some time.

Subsequential fails are being slowed down to avoid spamming net requests.

When starting the app without internet connection it just brings a blank window up. This is a first attempt to fix this issue by retrying after some time.

Subsequential fails are being slowed down to avoid spamming net requests.
Previously, the iteration variable was not updated in the recursive call to `loadDiscord`, causing the delay logic to remain static. This change ensures the delay increases with each retry by passing the incremented iteration value.
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.

1 participant