Commit 6083c7c7 by qlintonger xeno

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

parent 6a44726f
......@@ -65,7 +65,6 @@ pub async fn handle_ws_msg(
tokio::spawn({
let event_sender = event_sender.clone();
let msg_json = msg_json.clone();
let from_id = from_id.clone();
async move {
for entry in ONLINE_USERS.iter() {
let target_id = entry.key();
......
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