Производительность выше крыши

This commit is contained in:
2025-02-19 20:10:19 +03:00
parent 50236c6309
commit 97f7fc2967
11 changed files with 121 additions and 56 deletions
-1
View File
@@ -31,7 +31,6 @@ public class NextGenTest
{
_listener.Start();
_interactionModuleB.BaseStream = _listener.AcceptTcpClient().GetStream();
foreach (var guid in guids)
{
_interactionModuleB.PostMessage(new NetworkMessage { Id = guid, Data = "Hello user"u8.ToArray() });