[WIP] paths
This commit is contained in:
parent
8b158108bb
commit
3bc5cc959a
20 changed files with 817 additions and 241 deletions
|
|
@ -387,8 +387,7 @@ impl IpcClient {
|
|||
};
|
||||
match result {
|
||||
Ok(message) => self.apply(message).await,
|
||||
Err(error) => {
|
||||
eprintln!("IPC reader for generation {generation} stopped: {error}");
|
||||
Err(_) => {
|
||||
self.mark_disconnected(generation).await;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue