Keep idle streams from closing connections
Some checks failed
CI / checks (push) Failing after 7m16s
Some checks failed
CI / checks (push) Failing after 7m16s
This commit is contained in:
parent
8da4bc57ba
commit
c3fe269dc6
2 changed files with 1 additions and 8 deletions
|
|
@ -973,8 +973,7 @@ impl Receiver {
|
|||
return Err(CommunicationError::StreamError);
|
||||
}
|
||||
Err(_) => {
|
||||
warn!("[Receiver] length-prefix read timed out");
|
||||
return Err(CommunicationError::StreamError);
|
||||
return Ok(ReceivedFrame::Idle);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue