From 4d75bd08f05fa9be04e7c2982f0148f3ac12930f Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 11 May 2026 23:56:44 +0900 Subject: [PATCH] Revert "Enable stateful reconnects (#35658)" This reverts commit aace7f9523df976657c7e2363bde23509520b592. Probably fucked beyond repair. Who knows. --- osu.Game/Online/HubClientConnector.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Online/HubClientConnector.cs b/osu.Game/Online/HubClientConnector.cs index 03c8cf5c72..c12043c727 100644 --- a/osu.Game/Online/HubClientConnector.cs +++ b/osu.Game/Online/HubClientConnector.cs @@ -64,8 +64,6 @@ namespace osu.Game.Online options.Headers.Add(CLIENT_SESSION_ID_HEADER, API.SessionIdentifier.ToString()); }); - builder.WithStatefulReconnect(); - builder.AddMessagePackProtocol(options => { options.SerializerOptions = SignalRUnionWorkaroundResolver.OPTIONS;