[model-gateway] make StateStore trait async for external persistence (#16979)

This commit is contained in:
Simo Lin
2026-01-12 12:55:59 -08:00
committed by GitHub
parent 6e158e55b4
commit 6620548fd8
4 changed files with 167 additions and 122 deletions
+1
View File
@@ -710,6 +710,7 @@ async fn test_wasm_module_execution() {
let state = engines
.wasm_registration
.get_status(instance_id)
.await
.expect("Failed to get workflow status");
match state.status {