diff --git a/crates/spt-daemon/src/nethost.rs b/crates/spt-daemon/src/nethost.rs index 808bb413..60fb44dc 100644 --- a/crates/spt-daemon/src/nethost.rs +++ b/crates/spt-daemon/src/nethost.rs @@ -1391,7 +1391,7 @@ impl NetHost { // spawns run on meet workers, never on the broker-net workers. // [impl->REQ-MEET-RUNTIME-ISOLATION] let meet_rotation = crate::pairhost::spawn_meet_rotation( - meet_runtime.handle(), + runtime.handle(), Arc::clone(&endpoint), cfg.relay, cfg.discovery,