Refactoring and prepare for interaction module reconnection

This commit is contained in:
2025-04-08 11:48:46 +03:00
parent 0f5bb18787
commit 3a4456e362
13 changed files with 143 additions and 37 deletions
+2 -1
View File
@@ -40,10 +40,11 @@ namespace Example.Backend
Console.WriteLine("Waiting canceled");
return;
}
Console.WriteLine("Waiting...");
await Task.Delay(1000);
}
Console.WriteLine("Waited until the end");
}
+1
View File
@@ -6,6 +6,7 @@ namespace Example.Backend
public class Page : IPage
{
public string Text;
public byte[] GetData()
{
return Encoding.UTF8.GetBytes(Text);