mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix typos in comments
This commit is contained in:
@ -73,7 +73,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
builder.AddMessagePackProtocol();
|
||||
else
|
||||
{
|
||||
// eventuall we will precompile resolvers for messagepack, but this isn't working currently
|
||||
// eventually we will precompile resolvers for messagepack, but this isn't working currently
|
||||
// see https://github.com/neuecc/MessagePack-CSharp/issues/780#issuecomment-768794308.
|
||||
builder.AddNewtonsoftJsonProtocol(options => { options.PayloadSerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore; });
|
||||
}
|
||||
|
Reference in New Issue
Block a user