diff options
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; } } } |
