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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user