Удаление асинхронного результата
This commit is contained in:
@@ -137,10 +137,13 @@ namespace mROA.Implementation.Frontend
|
||||
var resultType = result switch
|
||||
{
|
||||
FinalCommandExecution => MessageType.FinishedCommandExecution,
|
||||
AsyncCommandExecution => MessageType.AsyncCommandExecution,
|
||||
ExceptionCommandExecution => MessageType.ExceptionCommandExecution,
|
||||
_ => MessageType.Unknown
|
||||
};
|
||||
if (resultType == MessageType.Unknown)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
_representationModule!.PostCallMessage(request.Id, resultType, result, result.GetType());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user