From 56e4bd1c88f96969627b9d2f1afe11d9be9f970e Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 16 Sep 2025 16:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4f3a959..ff708f7 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ - 将注册用户的信息持久化存储 - 实现在线用户存活检测 - 客户端3秒发送hello消息 - - 9秒未搜到客户端的hello消息,判断该用户已经下线 + - 9秒未收到客户端的hello消息,判断该用户已经下线 - 实现聊天功能 - 将需要发送到对应客户端的消息存在客户端对象中 - 当收到客户端hello消息的时候,将未读消息发送过去