Skip to content

Commit

Permalink
update grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 19, 2024
1 parent 3929494 commit 51d507b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/torii/grpc/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,11 @@ impl DojoWorld {
));

tokio::task::spawn(subscriptions::entity::Service::new(
pool.clone(),
Arc::clone(&entity_manager),
Arc::clone(&model_cache),
));

tokio::task::spawn(subscriptions::event_message::Service::new(
pool.clone(),
Arc::clone(&event_message_manager),
Arc::clone(&model_cache),
));

tokio::task::spawn(subscriptions::event::Service::new(Arc::clone(&event_manager)));
Expand Down

0 comments on commit 51d507b

Please sign in to comment.