фикс номер 1: кажется дело было в выполненности таска приема
This commit is contained in:
@@ -4,7 +4,7 @@ namespace mROA.Implementation;
|
||||
|
||||
public interface ICallRequest
|
||||
{
|
||||
Guid CallRequestId { get; }
|
||||
Guid Id { get; }
|
||||
int CommandId { get; }
|
||||
int ObjectId { get; }
|
||||
object? Parameter { get; }
|
||||
@@ -12,7 +12,7 @@ public interface ICallRequest
|
||||
|
||||
public class DefaultCallRequest : ICallRequest
|
||||
{
|
||||
public Guid CallRequestId { get; set; } = Guid.NewGuid();
|
||||
public Guid Id { get; set; } = Guid.NewGuid();
|
||||
public int CommandId { get; init; }
|
||||
public int ObjectId { get; init; } = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user