diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-05-21 14:53:58 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-05-21 14:53:58 +0200 |
| commit | d6779ca065a896d329a7634d69a5f4270d829b73 (patch) | |
| tree | 505cd0eef7a4981e44c06a7fc45062ce2b4e9b15 /mumd/src/main.rs | |
| parent | 5d05d292ddb7f8b28b71abd46930028b6e66dfde (diff) | |
| download | mum-d6779ca065a896d329a7634d69a5f4270d829b73.tar.gz | |
rework event system to allow multiple triggers
Diffstat (limited to 'mumd/src/main.rs')
| -rw-r--r-- | mumd/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } } |
