1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Revert "Enable stateful reconnects (#35658)"

This reverts commit aace7f9523.

Probably fucked beyond repair. Who knows.
This commit is contained in:
Dean Herbert
2026-05-11 23:56:44 +09:00
Unverified
parent 644495e939
commit 4d75bd08f0
-2
View File
@@ -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;