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
@@ -31,7 +31,7 @@ namespace mROA.Codegen
Console.WriteLine("Sending event...");
var request = new DefaultCallRequest
{
Id = Guid.NewGuid(),
Id = RequestId.Generate(),
CommandId = <!L commandId>,
ObjectId = new ComplexObjectIdentifier(index, ownerId),
Parameters = new object[] { <!L transferParameters> }