Rename some members and extract connection closure to separate method

This commit is contained in:
Salman Ahmed
2021-02-11 10:49:16 +03:00
parent 0c5e66205b
commit 5fb99fdc52
3 changed files with 20 additions and 19 deletions

View File

@ -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