diff --git a/LTEMvcApp/Controllers/WebSocketController.cs b/LTEMvcApp/Controllers/WebSocketController.cs
index 5f24034..1a4986a 100644
--- a/LTEMvcApp/Controllers/WebSocketController.cs
+++ b/LTEMvcApp/Controllers/WebSocketController.cs
@@ -3,6 +3,7 @@ using LTEMvcApp.Models;
using LTEMvcApp.Services;
using Newtonsoft.Json.Linq;
using Microsoft.Extensions.Logging;
+using System.Threading.Tasks;
namespace LTEMvcApp.Controllers
{
@@ -244,41 +245,73 @@ namespace LTEMvcApp.Controllers
}
///
- /// 获取客户端消息队列
+ /// 使用 Server-Sent Events (SSE) 实时推送客户端消息
///
/// 客户端名称
- /// 发送消息起始索引
- /// 接收消息起始索引
- /// 发送和接收的消息队列
- [HttpGet("clients/{clientName}/messages")]
- public ActionResult