Some warnings

This commit is contained in:
Burak Kaan Köse
2024-07-20 18:37:57 +02:00
parent 2944e80540
commit e3a36b9191
2 changed files with 3 additions and 1 deletions

View File

@@ -89,6 +89,8 @@ namespace Wino.Core.UWP.Services
{
if (Connection == null || Status == WinoServerConnectionStatus.Disconnected) return true;
await Task.CompletedTask;
// TODO: Send disconnect message to the fulltrust process.
return true;