Skip to content

Commit

Permalink
Re-enable connection retrying on discord connector
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jul 17, 2023
1 parent a6b1559 commit 17aac06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions osu.Desktop/DiscordRichPresence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ private void load(OsuConfigManager config)

client.OnReady += onReady;

// safety measure for now, until we performance test / improve backoff for failed connections.
client.OnConnectionFailed += (_, _) => client.Deinitialize();

client.OnError += (_, e) => Logger.Log($"An error occurred with Discord RPC Client: {e.Code} {e.Message}", LoggingTarget.Network);

config.BindWith(OsuSetting.DiscordRichPresence, privacyMode);
Expand Down

0 comments on commit 17aac06

Please sign in to comment.