From d6779ca065a896d329a7634d69a5f4270d829b73 Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Fri, 21 May 2021 14:53:58 +0200 Subject: rework event system to allow multiple triggers --- mumd/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mumd/src/main.rs') diff --git a/mumd/src/main.rs b/mumd/src/main.rs index c34deab..12a8802 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -115,6 +115,7 @@ async fn receive_commands( if let Err(e) = writer.send(serialized.freeze()).await { error!("Error sending response: {:?}", e); + break; } } } -- cgit v1.2.1