Renaming and cleanup. Begin to use own small arena allocator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user