wanshenmean
2 天以前 c9dcdd13e228f560f2123b2c9bf7386f33f1e688
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotMessageRouter.cs
@@ -16,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);
    }
}