qol: make Online Services Connect more reliable

This commit is contained in:
Gary Sharp
2025-01-23 15:14:30 +11:00
parent dee54bb6d7
commit 408e1c4c14
10 changed files with 393 additions and 229 deletions
@@ -133,7 +133,7 @@ namespace Disco.Services.Interop.DiscoServices
token = null;
tokenExpires = null;
ThreadPool.QueueUserWorkItem(async _ => await OnlineServicesConnect.StartAsync());
OnlineServicesConnect.QueueStart();
}
else
{