Skip to content

Commit

Permalink
Merge pull request #1427 from Shourya742/2025-01-31-fix-translator-bug
Browse files Browse the repository at this point in the history
remove shutdown notification from downstream disconnect
  • Loading branch information
plebhash authored Feb 1, 2025
2 parents 1ee8977 + 300ad13 commit e6308a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/translator/src/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ impl TranslatorSv2 {
}
State::Healthy(msg) => {
info!("HEALTHY message: {}", msg);
self.shutdown();
}
}
} else {
Expand Down

0 comments on commit e6308a0

Please sign in to comment.