iris update

This commit is contained in:
2025-11-17 21:11:52 -05:00
parent 34faa94a36
commit 46a1b2279e
5 changed files with 31 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ async fn connect_the(handle: AppHandle, info: ConnectInfo) -> NetResult<()> {
});
let recv = ServerRecv { handle };
tokio::spawn(recv_uni(conn_, recv));
tokio::spawn(recv_uni(conn_, recv.into()));
while let Some(msg) = ui_recv.recv().await {
if send_uni(&conn, msg).await.is_err() {