rewrite call request to structs. 300 000 rps performance

This commit is contained in:
2025-07-10 11:10:32 +03:00
parent a5a23354f9
commit 765625c65f
7 changed files with 24 additions and 19 deletions
+1
View File
@@ -31,6 +31,7 @@ namespace mROA.Codegen
Console.WriteLine("Sending event...");
var request = new DefaultCallRequest
{
Id = Guid.NewGuid(),
CommandId = <!L commandId>,
ObjectId = new ComplexObjectIdentifier(index, ownerId),
Parameters = new object[] { <!L transferParameters> }