mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 02:29:54 +08:00
Make sure the polling connector actually auto-starts itself
This commit is contained in:
@@ -32,6 +32,7 @@ namespace osu.Game.Tests
|
||||
public PollingChatClientConnector(IAPIProvider api)
|
||||
: base(api)
|
||||
{
|
||||
Start();
|
||||
}
|
||||
|
||||
protected sealed override Task<PersistentEndpointClient> BuildConnectionAsync(CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user