mirror of https://github.com/ppy/osu
Re-enable connection retrying on discord connector
This commit is contained in:
parent
a6b1559e1f
commit
17aac0694e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue