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
-1
View File
@@ -13,7 +13,6 @@ namespace Example.Shared
int Last(int next);
void C();
void A();
Task AsyncTest(CancellationToken token = default);
}
}