Compare commits

...

2 Commits

Author SHA1 Message Date
0g-peterzhb
f7bf5aecc8
Merge b352184dc6 into 9fe5a2c18b 2024-10-18 16:31:10 +08:00
Joel Liu
9fe5a2c18b
Stop recovery when sending via the channel fails (#240)
Some checks failed
abi-consistent-check / build-and-compare (push) Has been cancelled
code-coverage / unittest-cov (push) Has been cancelled
rust / check (push) Has been cancelled
rust / test (push) Has been cancelled
rust / lints (push) Has been cancelled
functional-test / test (push) Has been cancelled
2024-10-18 16:08:35 +08:00

View File

@ -273,6 +273,7 @@ impl LogEntryFetcher {
}) })
{ {
error!("send error: e={:?}", e); error!("send error: e={:?}", e);
break;
} }
} }
Err(e) => { Err(e) => {