Skip to content

Commit

Permalink
Everything is ok()
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann committed Oct 18, 2024
1 parent f962bbe commit 426267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/response_broker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl<T: Clone + Debug, E: From<RecvError> + Clone + std::error::Error> ResponseB
};

for s in senders {
s.send(response.clone()).unwrap()
s.send(response.clone()).ok();
}
}
}
Expand Down

0 comments on commit 426267e

Please sign in to comment.