Commit c633ebeb by qlintonger xeno

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

parent d44e7632
......@@ -2,4 +2,5 @@
.idea
Cargo.lock
.venv
test
\ No newline at end of file
test
*.zip
\ No newline at end of file
......@@ -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);
}
......
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