Merge branch 'v0.35.x' into blocksync-logging

This commit is contained in:
Sam Kleinman
2022-07-06 14:07:54 -04:00
committed by GitHub
+2
View File
@@ -807,6 +807,8 @@ func (ch *Channel) sendBytes(bytes []byte) bool {
return true
case <-time.After(defaultSendTimeout):
return false
case <-ch.conn.Quit():
return false
}
}