mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Switch clients to MessagePack mode
This commit is contained in:
@ -70,7 +70,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
{
|
||||
options.Headers.Add("Authorization", $"Bearer {api.AccessToken}");
|
||||
})
|
||||
.AddNewtonsoftJsonProtocol(options => { options.PayloadSerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore; })
|
||||
.AddMessagePackProtocol()
|
||||
.Build();
|
||||
|
||||
// this is kind of SILLY
|
||||
|
Reference in New Issue
Block a user