mirror of https://github.com/ppy/osu
Make sure the polling connector actually auto-starts itself
This commit is contained in:
parent
c463aa5ba1
commit
243c2bc9b4
|
@ -32,6 +32,7 @@ public void RequestPresence()
|
|||
public PollingChatClientConnector(IAPIProvider api)
|
||||
: base(api)
|
||||
{
|
||||
Start();
|
||||
}
|
||||
|
||||
protected sealed override Task<PersistentEndpointClient> BuildConnectionAsync(CancellationToken cancellationToken)
|
||||
|
|
Loading…
Reference in New Issue