mirror of
https://github.com/trafficlunar/computer-statistics.git
synced 2026-06-27 22:24:09 +00:00
chore: update packages
This commit is contained in:
parent
a93fc137e8
commit
3397a2ffa1
3 changed files with 423 additions and 497 deletions
|
|
@ -57,5 +57,5 @@ pub fn send(
|
|||
|
||||
println!("Sending to WebSocket: {}", message);
|
||||
|
||||
socket.send(Message::Text(message)).unwrap();
|
||||
socket.send(Message::Text(message.into())).unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue