Server connectivity for calendar and some abstraction for server.

This commit is contained in:
Burak Kaan Köse
2024-11-11 13:56:56 +01:00
parent 418eeb7317
commit b490450107
23 changed files with 611 additions and 47 deletions

View File

@@ -115,7 +115,7 @@ namespace Wino.Core.UWP.Services
var connectionCancellationToken = new CancellationTokenSource(TimeSpan.FromMilliseconds(ServerConnectionTimeoutMs));
await FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync();
await FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync("WinoServer");
// Connection establishment handler is in App.xaml.cs OnBackgroundActivated.
// Once the connection is established, the handler will set the Connection property