mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add the ability to not use MessagePack when creating a HubConnector
This commit is contained in:
@ -102,7 +102,8 @@ namespace osu.Game.Online.API
|
||||
/// </summary>
|
||||
/// <param name="clientName">The name of the client this connector connects for, used for logging.</param>
|
||||
/// <param name="endpoint">The endpoint to the hub.</param>
|
||||
IHubClientConnector? GetHubConnector(string clientName, string endpoint);
|
||||
/// <param name="preferMessagePack"></param>
|
||||
IHubClientConnector? GetHubConnector(string clientName, string endpoint, bool preferMessagePack = true);
|
||||
|
||||
/// <summary>
|
||||
/// Create a new user account. This is a blocking operation.
|
||||
|
Reference in New Issue
Block a user