Skip to content

Commit

Permalink
[BUG] Rust server should wire up system
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Mar 24, 2024
1 parent 93b1f2a commit b461927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/worker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pub async fn query_service_entrypoint() {
}
};
worker_server.set_segment_manager(segment_manager.clone());
worker_server.set_system(system);
worker_server.set_dispatcher(dispatcher_handle.receiver());

let server_join_handle = tokio::spawn(async move {
Expand Down

0 comments on commit b461927

Please sign in to comment.