rewrite call request to structs. 300 000 rps performance
This commit is contained in:
@@ -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> }
|
||||
|
||||
Reference in New Issue
Block a user