Update replicator ports and silence socket timeout on windows (#4770)
automerge
This commit is contained in:
@@ -570,7 +570,8 @@ impl Blob {
|
||||
break;
|
||||
}
|
||||
Err(e) => {
|
||||
if e.kind() != io::ErrorKind::WouldBlock {
|
||||
if e.kind() != io::ErrorKind::WouldBlock && e.kind() != io::ErrorKind::TimedOut
|
||||
{
|
||||
info!("recv_from err {:?}", e);
|
||||
}
|
||||
return Err(Error::IO(e));
|
||||
|
Reference in New Issue
Block a user