Fix lint, socket echo

This commit is contained in:
Jai A
2024-12-12 14:36:02 -08:00
parent c970e9c015
commit 1f060b8513
3 changed files with 38 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ impl State {
&state.process_manager,
)
.await;
let _ = FriendsSocket::reconnect_task().await;
let _ = FriendsSocket::socket_loop().await;
});
Ok(())