wanshenmean
昨天 fba665e8a67fcec20a6bbb2722efbee0e33dc6ad
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotMessageRouter.cs
@@ -1,4 +1,5 @@
using System.Net.Sockets;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_Tasks.Workflow.Abstractions
{
@@ -15,6 +16,6 @@
        /// <param name="client">TCP 客户端连接</param>
        /// <param name="state">机器人当前状态</param>
        /// <returns>响应消息,如果无需回复则返回 null</returns>
        Task<string?> HandleMessageReceivedAsync(string message, bool isJson, TcpClient client, RobotSocketState state);
        Task<string?> HandleMessageReceivedAsync(string message, bool isJson, TcpClient client);
    }
}