runtime: remove embedded worker socket transport

This commit is contained in:
2026-08-13 03:25:57 +09:00
parent a44a4bc4f8
commit fe373b5656
7 changed files with 345 additions and 33 deletions
+1
View File
@@ -655,6 +655,7 @@ impl WorkspaceApi {
worker_remove_dispatcher.clone(),
)
.with_runtime_store_dir(config.embedded_runtime_store_root.clone())
.with_controller_transport(worker::WorkerControllerTransport::InProcess)
.with_resource_client(Arc::new(resource_broker.clone())),
)
.map_err(|err| {