Handle server shutdown messages in room creation and spectator initialisation

This commit is contained in:
Dean Herbert
2022-05-26 18:03:41 +09:00
parent 63dd9bd493
commit abb69a49b0
4 changed files with 42 additions and 12 deletions

View File

@ -20,6 +20,8 @@ namespace osu.Game.Online
{
public class HubClientConnector : IHubClientConnector
{
public const string SERVER_SHUTDOWN_MESSAGE = "Server is shutting down.";
/// <summary>
/// Invoked whenever a new hub connection is built, to configure it before it's started.
/// </summary>