mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 11:53:31 +03:00
remove old symlinks, send_and_await takes timeout
This commit is contained in:
parent
07dd5f0c64
commit
3cff7a155c
2
build.rs
2
build.rs
@ -157,7 +157,9 @@ fn main() {
|
||||
"app_store",
|
||||
"homepage",
|
||||
"http_proxy",
|
||||
"key_value",
|
||||
"qns_indexer",
|
||||
"sqlite",
|
||||
"terminal",
|
||||
]
|
||||
.contains(&package_name)
|
||||
|
@ -101,8 +101,7 @@ fn handle_message(our: &Address, db_to_process: &mut DbToProcess) -> anyhow::Res
|
||||
drive: vfs_drive.clone(),
|
||||
action: kt::VfsAction::New,
|
||||
})?)
|
||||
.expects_response(15)
|
||||
.send_and_await_response()??;
|
||||
.send_and_await_response(15)??;
|
||||
|
||||
// (2)
|
||||
let vfs_read = wit::get_capability(&vfs_address, &make_vfs_cap("read", &vfs_drive))
|
||||
|
@ -1 +0,0 @@
|
||||
../../../../src/kernel_types.rs
|
@ -103,8 +103,7 @@ fn handle_message (
|
||||
drive: vfs_drive.clone(),
|
||||
action: kt::VfsAction::New,
|
||||
})?)
|
||||
.expects_response(15)
|
||||
.send_and_await_response()??;
|
||||
.send_and_await_response(15)??;
|
||||
|
||||
// (2)
|
||||
let vfs_read = wit::get_capability(
|
||||
|
@ -1 +0,0 @@
|
||||
../../../../src/process_lib.rs
|
@ -1 +0,0 @@
|
||||
../../../../src/kernel_types.rs
|
@ -1 +0,0 @@
|
||||
../../../../src/process_lib.rs
|
Loading…
Reference in New Issue
Block a user