aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src/client.rs')
-rw-r--r--mumd/src/client.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mumd/src/client.rs b/mumd/src/client.rs
index 6b66731..7c1b0b7 100644
--- a/mumd/src/client.rs
+++ b/mumd/src/client.rs
@@ -27,7 +27,8 @@ pub async fn handle(
let state = Arc::new(Mutex::new(state));
- join!(
+ //TODO report error here
+ let (_, _, _, _) = join!(
tcp::handle(
Arc::clone(&state),
connection_info_receiver.clone(),