We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4b5c4 commit 94f7e49Copy full SHA for 94f7e49
roles/translator/src/lib/mod.rs
@@ -94,7 +94,7 @@ impl TranslatorSv2 {
94
match task_status_.state {
95
State::DownstreamShutdown(err) | State::BridgeShutdown(err) | State::UpstreamShutdown(err) => {
96
error!("SHUTDOWN from: {}", err);
97
- self.shutdown().notify_one();
+ break;
98
}
99
State::UpstreamTryReconnect(err) => {
100
error!("Trying to reconnect the Upstream because of: {}", err);
@@ -126,7 +126,6 @@ impl TranslatorSv2 {
126
127
State::Healthy(msg) => {
128
info!("HEALTHY message: {}", msg);
129
130
131
132
} else {
0 commit comments