Works, but slow for many connections

This commit is contained in:
2025-07-27 00:14:15 +03:00
parent be12f1da65
commit bb3c4887df
24 changed files with 209 additions and 130 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ namespace mROA.Abstract
{
public interface ICommandExecution : INetworkMessage
{
Guid Id { get; set; }
RequestId Id { get; set; }
}
}