fix: chat end type (#280)

* fix: chat end type

* docs: update release notes
This commit is contained in:
BiggerRain
2025-03-12 14:24:24 +08:00
committed by GitHub
parent 22872ab02f
commit 04ff358dc7
6 changed files with 15 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ pub async fn connect_to_server(
msg = ws.next() => {
match msg {
Some(Ok(Message::Text(text))) => {
//println!("Received message: {}", text);
println!("Received message: {}", text);
let _ = app_handle_clone.emit("ws-message", text);
},
Some(Err(WsError::ConnectionClosed)) => {