Do not generate gossip requests to unspecified addresses (#657)
* Do not generate gossip requests to unspecified addresses * review comments
This commit is contained in:
committed by
GitHub
parent
2bd48b4207
commit
1fb537deb9
@@ -731,7 +731,7 @@ pub fn broadcaster(
|
||||
match e {
|
||||
Error::RecvTimeoutError(RecvTimeoutError::Disconnected) => break,
|
||||
Error::RecvTimeoutError(RecvTimeoutError::Timeout) => (),
|
||||
Error::CrdtError(CrdtError::TooSmall) => (), // TODO: Why are the unit-tests throwing hundreds of these?
|
||||
Error::CrdtError(CrdtError::NoPeers) => (), // TODO: Why are the unit-tests throwing hundreds of these?
|
||||
_ => {
|
||||
inc_new_counter!("streamer-broadcaster-error", 1, 1);
|
||||
error!("broadcaster error: {:?}", e);
|
||||
|
Reference in New Issue
Block a user