Renaming and cleanup. Begin to use own small arena allocator

This commit is contained in:
2025-08-07 18:52:31 +03:00
parent 37f5d8a198
commit 89a2bee8d2
14 changed files with 280 additions and 23 deletions
+2 -1
View File
@@ -37,6 +37,7 @@ namespace mROA.Implementation
public byte[] Data { get; set; }
public object Serialized { get; set; }
public IEndPointContext Context { get; set; }
public override string ToString()
{
return $" {Id}:{MessageType} [{Data.Length}]";
@@ -51,7 +52,7 @@ namespace mROA.Implementation
Id = Id
};
}
public struct NetworkMessageMeta
{
public RequestId Id;