We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692db83 commit 05e9d34Copy full SHA for 05e9d34
lightning-net/src/lib.rs
@@ -455,7 +455,7 @@ where
455
self.peer_manager.process_events()
456
}
457
Err(e) => match e.kind() {
458
- TimedOut | Interrupted => {
+ TimedOut | Interrupted | WouldBlock => {
459
// Acceptable error; retry
460
461
_ => {
@@ -618,7 +618,7 @@ where
618
619
620
621
622
// Retry the write in the next loop
623
// iteration if we received any of the above
624
// errors. It would be nice to additionally
0 commit comments