[PR #72] [MERGED] fix: not retrying discord connection #365

Closed
opened 2026-05-22 22:58:42 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: fix/discord-connection


📝 Commits (2)

  • de58433 chore(intellij): use debug logging
  • bba3015 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/72 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 9/10/2023 **Status:** ✅ Merged **Merged:** 9/10/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/discord-connection` --- ### 📝 Commits (2) - [`de58433`](https://github.com/JakeStanger/mpd-discord-rpc/commit/de5843388ae06b0f31ed894eacf38b5e37adda07) chore(intellij): use debug logging - [`bba3015`](https://github.com/JakeStanger/mpd-discord-rpc/commit/bba3015092bcc2ad82cb18e325ab734f051d4b95) fix: not retrying discord connection ### 📊 Changes **4 files changed** (+80 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.idea/runConfigurations/Run.xml` (+4 -2) 📝 `Cargo.lock` (+1 -2) 📝 `Cargo.toml` (+5 -2) 📝 `src/main.rs` (+70 -29) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:58:42 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#365
No description provided.