Multiclient bug fixed

This commit is contained in:
2025-07-08 23:33:37 +03:00
parent ab71fe5036
commit 09a1dd444e
6 changed files with 18 additions and 10 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Example.Shared;
@@ -21,7 +22,7 @@ namespace Example.Backend
public void C()
{
throw new NotImplementedException();
Environment.Exit(0);
}
public void A()