mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 11:15:27 +01:00
[PR #72] [MERGED] fix: not retrying discord connection #365
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/72
Author: @JakeStanger
Created: 9/10/2023
Status: ✅ Merged
Merged: 9/10/2023
Merged by: @JakeStanger
Base:
master← Head:fix/discord-connection📝 Commits (2)
de58433chore(intellij): use debug loggingbba3015fix: not retrying discord connection📊 Changes
4 files changed (+80 additions, -35 deletions)
View changed files
📝
.idea/runConfigurations/Run.xml(+4 -2)📝
Cargo.lock(+1 -2)📝
Cargo.toml(+5 -2)📝
src/main.rs(+70 -29)📄 Description
If a connection cannot be established to Discord's RPC server, the program will now retry on a 5 second interval until one can be established.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.