1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Make sure the polling connector actually auto-starts itself

This commit is contained in:
Bartłomiej Dach 2024-01-26 11:21:23 +01:00
parent c463aa5ba1
commit 243c2bc9b4
No known key found for this signature in database

View File

@ -32,6 +32,7 @@ namespace osu.Game.Tests
public PollingChatClientConnector(IAPIProvider api)
: base(api)
{
Start();
}
protected sealed override Task<PersistentEndpointClient> BuildConnectionAsync(CancellationToken cancellationToken)