Commit c633ebeb by qlintonger xeno

阐释添加额外消息发送+2.5678

parent d44e7632
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
Cargo.lock Cargo.lock
.venv .venv
test test
*.zip
\ No newline at end of file
...@@ -83,7 +83,7 @@ pub async fn insert_this_connection( ...@@ -83,7 +83,7 @@ pub async fn insert_this_connection(
{ {
// 获取写锁以进行写操作 // 获取写锁以进行写操作
ONLINE_USERS.insert(from_id.to_string(), user_info_str); ONLINE_USERS.insert(from_id.to_string(), user_info_str.clone());
println!("成功将用户id: {} 的信息插入到 ONLINE_USERS 中", from_id); println!("成功将用户id: {} 的信息插入到 ONLINE_USERS 中", from_id);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment