mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename some members and extract connection closure to separate method
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
{
|
||||
connector = new HubClientConnector(nameof(MultiplayerClient), endpoint, api)
|
||||
{
|
||||
OnNewConnection = connection =>
|
||||
ConfigureConnection = connection =>
|
||||
{
|
||||
// this is kind of SILLY
|
||||
// https://github.com/dotnet/aspnetcore/issues/15198
|
||||
|
Reference in New Issue
Block a user