mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Handle server shutdown messages in room creation and spectator initialisation
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user